/*** MAIN DIV ***/

#quickpoll {
	float: left;
	padding: 25px 0 0 10px;
}

/*** QUESTION PAGE ***/

#poll_wrapper {
	width: 385px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.pollform, #poll_question, #answer {
	margin: 0;
	padding: 0 0 20px 0;
}

.pollform, #poll_question, #answer, .answers, #bottominfo {background: url('/common/images/global/webpoll/poll-background.gif') left top repeat-y;}

#bottominfo {
	float: left;
	width: 385px;
	padding: 15px 0 0 0;
}

#poll_question {
	width: 95%;
	padding: 0 0 0 10px;
	background-color: #fff;
	color: #000;
	text-align:left;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #003876;
}

#poll_question span {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #2981da;
}

#answer {
	cursor: pointer;
	color: #000;
	text-align: left;
	padding: 5px 15px;
	background-color: #FFF;
	font-size: 12px;
}

.answers {
	/*margin-bottom: 15px;*/
	float: left;
	width: 385px;
}

#answer:hover { background-color:#900;}

#poll_btn {
	cursor: pointer;
	background: url('/common/images/global/btn_blue_left.gif') top left no-repeat;
	float: left;
	padding: 0;
	height: 19px;
	margin: -3px 0 0 20px;
}

#poll_btn span {
	padding: 2px 10px;
	background-color: #900;
	color: #fff;
	background: url('/common/images/global/btn_blue_right.gif') top right no-repeat;
	font: bold 11px Arial, Helvetica, sans-serif;
	height: 19px;
	float: left;
}

#viewresults {
	float: right;
}

#viewresults a {
	text-decoration: underline;
	font: 11px Arial, Helvetica, sans-serif;
	color: #003876;
	margin: 0 15px 0 0;
}

#top_wrap {
	background: url('/common/images/global/webpoll/top-curve.gif') top left no-repeat;
	height: 6px;
	float: left;
	width: 385px;
}

#bottom_wrap {
	background: url('/common/images/global/webpoll/bottom-curve.gif') bottom left no-repeat;
	height: 25px;
	float: left;
	width: 385px;
}

#sponsoredby {
	float:right;
	margin-top: -5px;
	/*background: url('/common/images/global/webpoll/sample_spo.gif') top left no-repeat;
	width: 175px;
	height: 25px;*/
}

/*** RESULTS PAGE ***/

#result {
	font: 12px Arial, Helvetica, sans-serif;
	width: 385px;
	float: left;
	padding: 7px 0;
	color: #003876;
}

#resultsbarwrapper {
	float: left;
	width: 100px;
	background-color: #d9d9e8;
	margin-right: 10px;
}

#resultsbar {
	height: 12px;
	background-color: #003876;
	float:left;
}

#resultsvotes {
	font-size: 11px;
	color: #003876;
	float: left;
}

#result {border-bottom: 1px solid #e5edf4;}

#resultsvotes span {color: #2981da;}

#resultsanswer {
	float: left;
	padding: 0 10px 0 0;
	width: 150px;
	margin: 0 0 0 20px;
}

#resultsmessage {
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 385px;
	margin: 10px 0 0 20px;
	float: left;
}
