/* PD01 CSS Document "Black Plastic Standard" */


/* ----------- Background Box Div styles ----------- */

.pds-box {
	width: 270px; /* for fixed width enter value here, max width 700px */
	color: #ccc;
	background: #86858a url(../../polldaddy/images/pdb02-bottom-left.gif) no-repeat left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
.pds-box-outer {
	background: url(../../polldaddy/images/pdb02-bottom-right.gif) no-repeat right bottom;
	}

.pds-box-inner {
	background: url(../../polldaddy/images/pdb02-top-left.gif) no-repeat left top;
	}
	
.pds-box-top {
	background: url(../../polldaddy/images/pdb02-top-right.gif) no-repeat right top;
	padding: 20px 20px 20px 20px;
	}
	

/* ----------- Question Box Div styles ----------- */

.pds-question {
	background: url(../../polldaddy/images/pdq02-bottom-left.gif) no-repeat left bottom;	
	}
	
.pds-question-outer {
	background: url(../../polldaddy/images/pdq02-bottom-right.gif) no-repeat right bottom;
	padding-bottom: 15px;
	}

.pds-question-inner {
	background: url(../../polldaddy/images/pdq02-top-left.gif) no-repeat left top;
	}
	
.pds-question-top {
	background: url(../../polldaddy/images/pdq02-top-right.gif) no-repeat right top;
	padding: 15px 15px 0px 15px;
	font-size: 12px;
	color: #333;
	}
	
/* ----------- Answer Box Div styles ----------- */

.pds-answer {
	font-size: 10px;
	/*line-height: 20px; */
	color: #999;
	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: #ccc;
	background-color: #666;
	border: 1px;
	border-color: #666;
	padding: 1px 1px 1px 1px;
	margin: 5px 0px 0px 0px;
	}
	
.pds-answer-feedback {
	background-color: #333;
	padding: 0px 0px 0px 0px;
	height:18px;
	margin: 2px 0px 5px 0px;
	}
	
.pds-answer-feedback-bar {
	background: url(../../polldaddy/images/pd01-bargif.gif) repeat-x;
	margin: 3px;
	padding: 0px;
	height:12px;
	border: 0px;
	}

.pds-answer-feedback img {
	background: url(../../polldaddy/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: #666;
	text-decoration: none;
	border-top: 1px;
	border-bottom: 1px;
	border-top-color: #333;
	border-bottom-color: #333;
	border-top-style: solid;
	border-bottom-style: solid;
 	padding: 2px 0px 2px 0px;

	}
	
input.pds-votebutton {
	width: 61px;
	height: 61px;
	background: url(../../polldaddy/images/pd02-votebutton.gif) no-repeat;
	outline: none;
	float: right;
}
input.pds-votebutton:hover {
	background: url(../../polldaddy/images/pd02-votebutton.gif) no-repeat 0 -60px;
}

.pds-totalvotes-outer {
	
	}
	
.pds-totalvotes-inner {
	font-size: 10px;
	color: #ffb400;
	background-color: #333;
	padding: 3px 6px 3px 3px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}