div.poll_graph {
	height: 10px;
	background-color: #69B860;
	border: 1px solid #4FA446;
	margin: .2em 0 .5em 0;
	text-align:left;
    height: 16px;
    min-width: 20px;
	}

	.poll_warning
{
	color: Red;
}

.poll_body
{
border-top:solid #BCD2E9 1px;
z-index: 99;
}

.poll_body ul{
list-style: none;
margin: 0px;
padding: 3px;
width: 170px;
border-bottom: 1px #BCD2E9 solid;
height: 25px;

}

.poll_body li{
display: inline;
float: left;
font-size: 11px;
}


.poll_percent
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.poll_percent a
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.poll_option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E7EC5;
}


.poll_text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
		border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #EAEAEA;
	border-left-color: #E0E0E0;
	height: 30px;
}

.poll_title {
	color: #4D7CA4;
	font-weight: bold;
	font-size: 12px;
}

