@CHARSET "ISO-8859-1";

.poll_title {
	font-family : Verdana;
	color:#787DAF;
	font-size:11pt;
	margin : 0px 0px 10px 0px;
	padding:0;	
	font-weight : 700;
}

.poll_question {
	font-family : Verdana;
	font-size:10pt;
	margin : 0px 0px 10px 0px;
	padding:0;	
	font-weight : 700;
}

.ltw_poll_form ul {
	margin : 10px 0px 10px 10px;
	padding : 0px;
	list-style-type : none;		
}

.voteButton {
	float : right;	
}

.poll_results {
	list-style-type : none;	
}

.poll_results li div {
	border : 1px solid #999;
	margin-top : 3px;
	margin-bottom : 8px;	
}

.ltw_poll_form a { 
	float : left; 
	text-decoration : none;
	color : #787DAF;
}

#totalCount {
	float : left;
	font-style : italic;
}