.widget_polls-widget {
	background: #f2f2f2;
	padding: 40px 20px;
	color: #4c5160;
	font-size: 18px;
	margin-bottom: 50px;
}

.widget_polls-widget .widget-title {
	font-size: 32px;
	color: #035573;
	text-align: center;
	margin:0 0 50px 0;
	padding: 0;
}

.widget_polls-widget .wp-polls-form strong {
	font-weight: 500;
}

.widget_polls-widget .wp-polls-form .wp-polls-ans {
	font-weight: 500;
	margin: 40px 0 0;
}

.widget_polls-widget .wp-polls-form .wp-polls-ans li {
	line-height: 20px;
	font-size: 18px;
	padding: 10px 0;
}


.widget_polls-widget .wp-polls-form .wp-polls-ans label {
	font-weight: normal;
	padding-left: 15px;
	cursor: pointer;
}

.widget_polls-widget .Buttons {
	line-height : 50px;
    border-radius: 25px;
    padding: 0 30px;
    border: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    min-width: 250px;

    background-color: #f2a114;
	background: -webkit-gradient(linear, center left, center right, from(#f2a114), to(#e77924));
	background: -webkit-linear-gradient(left, #f2a114, #e77924);
	background: -moz-linear-gradient(left,  #f2a114, #e77924);
	background: -o-linear-gradient(#f2a114, #e77924);
	background: -ms-linear-gradient(#f2a114, #e77924);
	background: linear-gradient(to right, #f2a114, #e77924);
}

.widget_polls-widget .results {
	margin-top: 30px;
	font-size: 18px;
	color: #009fc2;
	font-weight: 700;
	display: inline-block;
	line-height: 20px;
	padding-right: 25px;
	background: url('../png/pool-right.png') no-repeat center right;
}
