@CHARSET "UTF-8";

.votes {
	margin-top:10px;
}

.votes .question {
	background-image: url('/images/votes-background.gif');
	background-repeat: no-repeat;
	width:303px;
	height:50px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	padding-left:9px;
	padding-top:3px;
}
.votes .answers ul, .votes .answers li {
	padding:0px;
	margin:0px;
	list-style-type: none;
	font-size: 12px;
	
}
.votes .answers li {
	height:24px;
}
.votes .answers {
	margin:10px; margin-top:0px;
	margin-left:20px;
}
.votes .votes-submit {
	margin-top:10px;
	width:102px; height:65px;
	text-align:center;
	background-image: url('/images/votes-submit.gif');
	background-repeat: no-repeat;
	margin-left:60px;
}

.vote-line {
	float:left;
	font-size:1px;
	background-color:#4f4f4f;
	height:5px;
}
.answer-result {
	font-size:12px;	
}
.vote-line-max {
	background-color:#d9251d;
}

.votes .answers table td {
	font-size:12px;
	padding-top:4px;
	padding-left:5px;
}
.votes .answers table td.vote-total {
	font-size:12px;
	text-align:center;
	padding-top:20px;
	
}
