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


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

.pds-box {
	width: 198px; /* for fixed width enter value here, max width 700px */
	height: 310px;
	background-image: url(http://www.onwardstudios.com/975bob/images/pollPaper.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.pds-box-outer {
	}

.pds-box-inner {
	}
	
.pds-box-top {
	}
	

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

.pds-question {	
	}
	
.pds-question-outer {
	}

.pds-question-inner {
	}
	
.pds-question-top {
	padding: 55px 15px 0px 0px;
	font-size: 10px;
        line-height: 11px;
        text-align: center;
	}
	
/* ----------- Answer Box Div styles ----------- */

.pds-answer {
	font-size: 9px;
	/*line-height: 20px; */
	color: #fff;
	padding: 0px 20px 10px 20px;
        line-height: 11px;
        text-align: left;
	}
	
.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:15px;
	margin: 2px 30px 2px 30px;
	}
	
.pds-answer-feedback-bar {
	background: url(http://www.onwardstudios.com/975bob/images/pd01-bargif.gif) repeat-x;
	margin: 2px;
	padding: 0px;
	height:10px;
	border: 0px;
	}

.pds-answer-feedback img {
	background: url(http://www.onwardstudios.com/975bob/images/pd01-bargif.gif) repeat-x;
	margin: 2px;
	padding: 0px;
	height:10px;
	border: 0px;
	}

/* ----------- Vote Box Div styles ----------- */

.pds-vote {
	font-size: 8px;
	color: #c3C4c7;
	line-height: 12px;
	padding: 0px 0px 0px 50px;
	}
	
.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: 55px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	background: url(http://www.onwardstudios.com/975bob/images/submit_btn.gif) no-repeat;
	/*outline: none; */
	float: left;
}
input.pds-votebutton:hover {
	color: #993333
}

.pds-totalvotes-outer {
	
	}
	
.pds-totalvotes-inner {
	font-size: 8px;
	color: #ffb400;
	background-color: #666;
	padding: 3px 6px 3px 3px;
	margin: 0px 50px 2px 0px;
	text-transform: uppercase;
	letter-spacing: .9px;
	} 


