

#votes_box {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}

#votes_box .box_title {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
	padding-bottom: 2px;
	margin-top: 7px;
	margin-bottom: 7px;
    color:#000;
	clear: both;
}

#votes_box .vote_title {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color:#000000;
	clear: both;
	margin-bottom: 5px;
}

#votes_box .vote_item {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color:#000000;
}

#votes_box table {
    width: 100%;
}

.result_vote_item td {
    border-bottom: 1px solid #DDDDDD;
	padding: 3px;
	color: #000 !important;
}

div#votes_box form {
	border: 1px solid red;
	overflow: hidden;
	height: auto;
	width: 100%;
}

div#votes_box div.rbtitle {
	border: 1px solid red;
}

div#votes_box h3 {
	font-weight: bold;
	color: #000;
	font-size: 13px;
	background: url("../img/frame/line_sep.gif") repeat-x bottom;
	text-align: left;
	padding: 5px 0 10px 0;
	margin: 0;
	text-transform: none;
}

div.rbitem {
	height: auto;
	padding: 2px 0;
}

div.rbsubmit {
	background: url("../img/frame/line_sep.gif") repeat-x top;
	text-align: left;
	padding: 10px 0 0px 0;
	height: 10px;
	#height: 25px;
	margin-top: 15px;
	margin-bottom:17px;
}

div.rbsubmit a {
	float: right;
	clear: both;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	position: relative;
	top: -7px;
	right: -11px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 12px;
	background: url("../img/frame/act_sep.gif") no-repeat right center;
}

div.rbsubmit a:hover {
	text-decoration: underline;
	color: #000000;
}
