/* WP-Polls
***************************************************************/
.wp-polls, .wp-polls-form {
	max-width:960px;
	margin:0 auto;
	position: relative;
}
.wp-polls .pollbar {
	border-radius: 5px;
	box-shadow: inset 1px 1px 6px rgba(0,0,0,0.2);
	border-width: 0!important;
}
.wp-polls input[type="radio"]{
	width: 24px!important;
	height: 24px!important;
}
.ie9 .wp-polls input[type="radio"] {
	width: 24px!important;
	height: 24px!important;
}
.ie8 .wp-polls input[type="radio"] {
	width: auto!important;
	height: auto!important;
}

.wp-polls li {
	margin-bottom: 10px;
}
.wp-polls .Buttons {
	background-color: #ea6928;
	border: none!important;
}
.wp-polls .Buttons:hover {
	background-color: #f0952a;
	border: none!important;
}