/*--- START POLL STYLES ---*/

#pollBox {
	/*width:217px;
	background: transparent url(/images/general/pollRepeat.gif) repeat top left;*/
}

#pollArea {
	/*width:217px;
	margin:20px 0 0 0; padding:0;
	background: transparent url(/images/general/pollTop.gif) no-repeat top left;*/
}


div.message {
	border: 1px dotted #ccc;
	padding: 10px;
}

form#pollForm {
	display: block;
	margin-top: 10px;
}
form#pollForm label{
	margin-top: 5px;
	display: block;
	width: 150px;
	float:left;
}
form#pollForm label input{
	display: inline;
}

form#pollForm input.pollSubmit{
	clear: both;
	display: block;
	margin-left:220px;
}


/** Buttons **/
.button {
	display:block; clear:both;
	margin: 0; padding:0 0 10px 15px;
	/*background: transparent url(/images/general/pollBottom.gif) no-repeat bottom left;*/
}

/* Over ride the standard poll submit button
* for the poll display and poll admin select forms
*/
form#pollForm #pollSubmitPage{
	clear: none;
	display: inline;
	margin-left:0px;
}


form.quizForm {
	display:block;
	width:150px; 
	margin:0; padding: 0 15px 30px 15px;
}

form.quizForm label {
	display:block;
	padding: 0 0 8px 0;
	margin: 0 0 0 18px;
	font-size:92%;
}

form.quizForm input {
	float: left; clear: both; 
	padding: 0; margin: 0; 
	border-width: 0;
}


/** Poll Results **/

div.pollResult {
	padding:0 15px;
	font-size:92%;
}

div#pollArea h3 {
	display:block;
	margin:0 0 12px 0; padding:45px 15px 0 15px;
	font-size:92%;
	
}

div#pollArea p {
	color: #B50937;
	padding:0 15px;
	font-size:92%;
}

div.pollResult .pollResultBG{
	/* background:transparent url(/images/navigation/environmentHighlight.gif) repeat-y scroll 100% 0%; */
	height: 10px;
	/* font-size: 85%; */
	margin-top:3px;
	margin-bottom: 3px;
	background-color: #B50937;
}

/*--- END POLL STYLES ---*/