@charset "utf-8";
/* CSS Document */
.poll_radio input{	
	background-color:#000000;
	border-bottom:#5d83a4 solid 0px;
}
#myform table{
	margin:0 0px;
	width:200px;
}
.button_poll{
	border:none;
	color:#FFFFFF;
	font-size:12px;
	padding:4px 10px;
	background:url(../../templates/kharts/images/sanal.gif) no-repeat;
	width:88px;
}
.poll_vote{
	display:inline;
}
.poll_title{
	font-weight:bold;
	color:#2c2f35;
	text-decoration:none;
	margin-bottom:5px;
	margin-left:16px;
}
a.poll_title{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a:hover.poll_title{
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
}
.all_votes{
	font-weight:normal;
	color:#2c2f35;
}
.pollC{
	background:#999999;
}
