* html .poll {height: 1%;}

.poll {display: block; width: 100%; text-align: center;}
.poll_head {font-size: 18px; font-weight: bold; text-align: center; margin-bottom: 10px;}
.poll_head span {font-size: 18px; color: #022e9f; display: block;}
.poll_block {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #022e9f;
	margin-bottom: 15px;
	margin-right: 10px;
	padding: 5px;
	display: inline-block;
    text-align: center;
    width: 250px;
    overflow: hidden;
}
.poll_img {}
.poll_title {font-size: 16px; font-weight: bold; min-height: 50px; margin: 10px 5px;}
.poll_buttons {margin: 0; text-align: center;}
