.poll {
	float: left;
	width: 280px;
}

.stats {
	float: left;
}

.result {
	padding-bottom: 20px;
}

.result .error{
	font-weight: bold;
	color: red;
}

.result .okay{
	font-weight: bold;
	color: green;
}


.poll .movieOption {
	padding: 0;
	margin: 0px;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
}

.stats .votes{
	font-weight: bold;
	float: left;
	width: 25px;
	padding-right: 6px;
	text-align: right;
	color: #999;
}

.stats .bar {
	background: #CCC;
	height: 10px;
	display: block;
	float: left;
	margin-top: 6px;
	line-height: 10px;
}

.stats p {
	width: 250px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	clear: both;
	border-bottom: 1px solid #ccc;
}

h2 {
	clear: both;
}
