/*polls*/
.mainbody {
	width:100%;
	height:300px;
	background:#FFF;

}
.votes {
	width:230px;
	float:left;
	height:100%;border-right:1px solid #CCC;
}
.asuultuud {
	width:225px;
	float:left;
	height:285px;
	padding:15px 0 0 15px;
	
}
.graph {
	width:486px;
	float:left;
	height:100%;
	background-color:#FFF;
}
.radios {
}
/*end*/
ul {
	list-style:none;
	margin:0;
	padding:0;
}
ul li {
	padding:9px 9px;
	border-bottom:1px solid #CCC;
	background:#f0f0f0;
	cursor:default;
	font-family:Arial, Helvetica, sans-serif;
	color:#049;
	font-size:12px;
	cursor:pointer;
}
ul li:hover {
	background:white;
}
.active {
	background:white;
}
input[type="radio"] {
	display:none;
}
#thks_vote {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
input[type="radio"] + label {
	color:#049;
	font-family:Arial, sans-serif;
	font-size:12px;
	padding:5px;
	display:block;
}
input[type="radio"] + label span {
	display:inline-block;
	width:12px;
	height:12px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(../img/check_radio_sheet.png) -12px top no-repeat;
	cursor:pointer;
}
input[type="radio"]:checked + label span {
	background:url(../img/check_radio_sheet.png) 0px top no-repeat;
}
