#poll-options-t1 .poll-option {}
.description { margin-bottom: 15px; }
#poll-options-t2 .poll-option { 
	float: left;
	margin: 0 0 10px 0;
	position: relative;
}
#poll-options-t2 .poll-img { width: 128px; height: 96px; overflow: hidden; }
#poll-options-t2 img {
	display: block;
	padding: 0;
	min-width: 128px; 
	min-height: 96px;
	width: auto;
	height: auto;
}
#poll-options-t2 .poll-votes {
	margin: 5px auto 0 auto;
	width: 80%;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	color: #555;
}
#poll-options-t2 .poll-button {
	position: absolute;
	width: 80%;
	margin: -20px 0 0 10%;
	background: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
}
#poll-options-t2 .poll-button:hover {
	color: #B30000;
}