/* POLL STYLES */

#poll{
	float: left;
	display: inline;
	margin: 10px 0px;
/*
	height: 500px; 
	margin: 0;
	padding: 0;
	width: 298px;
*/

/*
	font-family: Georgia, serif;
	font-weight: normal; 
	color: #333;
*/
	border: 1px solid #eee;

}

#poll h1{
	margin: 0; 
	padding: 0 0 5px 0;
	width: 300px;
	height: 36px; 
	font-size: 1.4em;
	text-indent: -9999px;
	background: url(http://www.cbscollegesports.com/images/polls/h/fan_poll_300x36.gif) no-repeat;

}

#poll h2{
	margin: 0; 
	padding: 5px; 
	font-size: 1.5em;
	font-weight: bold;
}


#poll p{
	margin: 5px; 
	font-size: 12px;
	line-height: 2em;
	
}



#pollcontainer{
	padding: 5px;
	/*margin:5px;
	border:1px solid #f3f3f3;*/
	background:#f1f1f3;
}


#loader{ display:none; text-align:center;}
.option{ margin:5px 0; }
.option p{ line-height:1.1em; font-size:0.85em; }
.bar{ height:10px; background:#3399cc; }
.yourvote{ background:#113399; }