
.poll, .poll input {
	font-family: Myriad, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.poll {
	color:#313131;
	width:191px;
	padding-bottom:13px;
	background:url(/img/bgLine.gif) repeat-x bottom left;
	padding:17px 0px 14px 0px;
}
.poll h1 {
	margin:0px;
	padding:0px;
	margin-bottom:13px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:14px;
}
.poll .error {
	margin-bottom:13px;
	margin-top:5px;
	text-align:center;
	padding:10px;
	background:#fbe3e4;
	color:#ff0000;
	border:1px solid #fbc2c4;
}
.poll form {
	margin:0px;
}
.poll ul.answers {
	margin:0px;
	padding:0px 0px 5px;
	list-style-type:none;
}
.poll ul.answers li.option {
	display:block;
	float:none;
	margin:0px;
	padding-bottom:0px;
	width:auto;
	overflow:hidden;
	zoom:1.0;
}
.poll ul.answers li.option .radio {
	float:left;
	padding:3px;
}
.poll ul.answers li.option .radio input {
	display:block;
}
.poll ul.answers li.option label {
	float:left;
	line-height:20px;
}
.poll ul.answers li.option .option-value {
	float:left;
	padding-bottom:2px;
}
.poll ul.answers li.option .option-detail {
	float:right;
	padding-bottom:2px;
	width:150px;
	text-align:right;
}
.poll ul.answers li.option .option-detail .vote-count {
	display:inline;
	padding-right:10px;
	color:#b5b4b4;
}
.poll ul.answers li.option .option-detail .vote-ratio {
	display:inline;
}
.poll ul.answers li.option .option-bar {
	clear:both;
	padding:1px 0px 10px;
	border-top:1px solid #e0e0e0;
}
.poll ul.answers li.option .option-bar .option-bar-value {
	height:10px;
	background:#ccc;
}
.poll .buttons {
	/*padding-top:10px;
	border-top:1px dotted #e0e0e0;*/
	overflow:hidden;
	zoom:1.0;
}
.poll .buttons .cast-vote {
	float:left;
}
.poll .buttons .cast-vote input {
	display:block;
	cursor:pointer;
	border:none;
	background:url(/img/bgVote.png) no-repeat 0 0;
	height:31px;
	width:75px;
}
.poll .buttons .cast-vote input:hover {
	background:url(/img/bgVote.png) no-repeat 0 -31px;
}
.poll .buttons .view-results {
	float:right;
}
.poll .buttons .view-results input {
	display:block;
	cursor:pointer;
	border:none;
	background:none;
	color:#ee7b00;
	height:31px;
	line-height:31px;
}
.poll .buttons .view-results input:hover {
	color:#333;
}
.poll .poll-detail {
	text-align:right;
	padding-top:4px;
	padding-bottom:7px;
}
.poll .poll-detail .total-votes span {
	/*display:block;
	float:right;
	margin-top:-4px;*/
}
.poll .poll-detail .view-options {
	float:left;
}
.poll .poll-detail .view-options input {
	display:block;
	cursor:pointer;
	border:none;
	background:none;
	margin-top:0px;
	color:#ee7b00;
}
.poll .poll-detail .view-options input:hover {
	color:#333;
}
.poll .poll-detail p {
	float:left;
	margin:0;
}


.poll .answers, .poll .option, .poll .radio, .poll .option label {
	margin:0 !Important;
	padding:0 !Important;
	line-height:normal !Important;
}
.poll .option {
	padding-left:1px !important;
	padding-top:1px !Important;
}
.poll .radio {
	padding-right:4px !important;
}
.poll .radio, .poll label {
	height:23px !important;
	line-height:23px !important;
}