/** 
 * Poll plugin style sheet
 *
 * @since 03.04.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.poll .option {
	clear				: both;
	height				: 100%;
} 

.poll .option div.line {
	float				: left;
	width				: 70px;
}
 
.poll .option div.line div {
	background-color	: #E0E0E0;
	border				: 1px solid #E0E0E0;
	height				: 10px;
	overflow			: visible;
	margin-top			: 10px;
	font-size			: 78%;
	padding				: 1px;
	color				: #000000;
}

.poll h2 {
	margin				: 0px;
}

.poll h3 {
	float				: right;
	width				: 85px;
	margin				: 0px;
	margin-top			: 11px;
}