/* PD01 CSS Document  "Grey Plastic Standard" */


/* ----------- Background Box Div styles ----------- */

.pds-box {
	width: 300px; /* for fixed width enter value here, max width 700px */
	color: #fff;
	background: !important; /*#86858a url(images/pdb00-bottom-left.gif) no-repeat left bottom;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
.pds-box-outer {
	background: !important; /*url(images/pdb00-bottom-right.gif) no-repeat right bottom;*/
	}

.pds-box-inner {
	background: !important; /*url(images/pdb00-top-left.gif) no-repeat left top;*/
	}
	
.pds-box-top {
	background: !important; /*url(images/pdb00-top-right.gif) no-repeat right top;*/
	padding: 20px 20px 20px 20px;
	}
	

/* ----------- Question Box Div styles ----------- */

.pds-question {
	background: !important; /*url(images/pdq00-bottom-left.gif) no-repeat left bottom;	*/
	}
	
.pds-question-outer {
	background: !important; /*url(images/pdq00-bottom-right.gif) no-repeat right bottom;*/
	padding-bottom: 15px;
	}

.pds-question-inner {
	background: !important; /*url(images/pdq00-top-left.gif) no-repeat left top;*/
	}
	
.pds-question-top {
	background: !important; /*url(images/pdq00-top-right.gif) no-repeat right top;*/
	padding: 15px 15px 0px 15px;
	font-size: 12px;
	color: #ECBF00;
	}
	
/* ----------- Answer Box Div styles ----------- */

.pds-answer {
	font-size: 10px;
	/*line-height: 20px; */
	color: #fff;
	padding: 10px 20px 15px 20px;
	}
	
.pds-answer label{
	/* currently left unstyled to maximise compatibilty */
	}

.pds-radiobutton {
	/* currently left unstyled to maximise compatibilty */
	}
	
.pds-checkbox {
	/* currently left unstyled to maximise compatibilty */
	}
	
.pds-textfield {
	width: 100%;
	font-size: 10px;
	color: #fff;
	background-color: #666;
	border: 1px;
	border-color: #666;
	padding: 1px 1px 1px 1px;
	margin: 5px 0px 0px 0px;
	}
	
.pds-answer-feedback {
	background-color: #666;
	padding: 0px 0px 0px 0px;
	height:18px;
	margin: 2px 0px 5px 0px;
	}
	
.pds-answer-feedback-bar {
	background: !important; /*url(images/pd01-bargif.gif) repeat-x;*/
	margin: 3px;
	padding: 0px;
	height:12px;
	border: 0px;
	}

.pds-answer-feedback img {
	background: !important; /*url(images/pd01-bargif.gif) repeat-x;*/
	margin: 3px;
	padding: 0px;
	height:12px;
	border: 0px;
	}

/* ----------- Vote Box Div styles ----------- */

.pds-vote {
	font-size: 9px;
	color: #c3C4c7;
	line-height: 17px;
	padding: 0px 20px 10px 20px;
	}
	
.pds-votebutton-outer {
	height:61px;
	}

.pds-vote a {
	font-size: 9px;
	color: #333;
	text-decoration: none;
	border-top: 1px;
	border-bottom: 1px;
	border-top-color: #666;
	border-bottom-color: #666;
	border-top-style: solid;
	border-bottom-style: solid;
 	padding: 2px 0px 2px 0px;

	}
	
input.pds-votebutton {
	width: 61px;
	height: 61px;
	background: url(images/pd00-votebutton.gif) no-repeat;
	outline: none;
	float: right;
}
input.pds-votebutton:hover {
	background: url(images/pd00-votebutton.gif) no-repeat 0 -60px;
}

.pds-totalvotes-outer {
	
	}
	
.pds-totalvotes-inner {
	font-size: 10px;
	color: #ffb400;
	background-color: #666;
	padding: 3px 6px 3px 3px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
