@charset "utf-8";
/* CSS Document */

.pollContentWrap {
-moz-border-radius:8px 8px 8px 8px;
background:none repeat scroll 0 0 #EFEFEF;
border:1px solid #CCCCCC;
margin:0 auto;
padding:10px;
width:220px;
}

.pollWrap{
	width: 200px;
}
.pollWrap h3 {
	font-size: 1em;
	margin-bottom: 5px;
}
.pollWrap ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style:none;
}
.pollWrap li {
	padding: 0;
	overflow:hidden; /*for our lovely friend IE6 to behave nicely*/
	font-size: 0.9em;
}
.pollWrap li span {
	font-size: 0.8em;
}
.pollChart {
	margin-left: 25px;
	height: 5px;
	width:1px;
	/*Adding rounded corners to the graphs - Optional - START*/
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	/*Adding rounded corners to the graphs - Optional - END*/
}
.pollSubmit {
	margin-top: 5px;
}
.pollMessage, .pollMessageVis {
	color:#C00;
	font-size: 0.8em;
	font-weight: bold;
}

