#vote {
	width: 269px;
	z-index: 0;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #e9e1ce;
	background-position: left bottom;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 28px;
	position: relative;
}
#vote #vote_title {
	position: absolute;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 277px;
	left: -4px;
	top: 0px;
}
#vote #vote_question {
	width: 257px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	z-index: 1;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#vote #vote_question span {
	font-size: 10px;
	font-weight: normal;
	color: #910000;
}
#vote .vote_answer {
	width: 240px;
	padding-right: 6px;
	padding-left: 23px;
	margin-top: 8px;
	position: relative;
}
#vote .vote_answer .vote_radio {
	height: 12px;
	width: 11px;
	position: absolute;
	left: 6px;
	top: 0px;
	cursor: pointer;
}
#vote .vote_answer_result {
	width: 257px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
}
#vote .votebar {
	height: 12px;
	width: 257px;
	padding-left: 6px;
}
#vote .votebar:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#vote .votebar .votebar_left {
	font-size: 0px;
	background-image: url(images/votebar_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 5px;
}
#vote .votebar .votebar_center {
	font-size: 0px;
	background-image: url(images/votebar_background.gif);
	background-repeat: repeat-x;
	float: left;
	height: 12px;
}
#vote .votebar .votebar_right {
	font-size: 0px;
	background-image: url(images/votebar_right.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 5px;
}
#vote .votebar .result {
	float: left;
	padding-left: 10px;
}
#vote #vote_buttons {
	position: relative;
	height: 19px;
	width: 269px;
	margin-top: 10px;
}
#vote #vote_buttons a, #vote #vote_buttons a:link, #vote #vote_buttons a:visited, #vote #vote_buttons a:hover {
	display: block;
    float: left;
	margin-left: 1px;
	height: 18px;
	width: 133px;
    line-height: 17px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: url(images/button_bg.gif) repeat-x;
}

#vote #vote_buttons a.fullbtn {
	width: 267px;
}

#vote #vote_buttons a:hover {
	color: #ffd200;
}
