@charset "utf-8";

#pollWrap{
	width: 100%;
}
#pollWrap p{
	margin-bottom:15px
}
#pollWrap h3 {
	font-size: 1em;
	margin-bottom: 5px;
}
#pollWrap ul {
	margin: 0 5px;
	padding: 0 0 0 5px;
	list-style:none;
}
#pollWrap li {
	padding: 0;
	overflow:hidden; /*for our lovely friend IE6 to behave nicely*/
}
#pollWrap li span {
	direction:ltr;
	padding-top: 5px;
	display: inline-block;
	margin-right: 10px;
}
.pollChart {
	margin-left: 0px;
	height: 15px;
	width:10px;
	/*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;
	cursor:pointer;
	background-color: #1489cc;
	border-radius: 5px;
	color: #fff;
	height: auto;
	padding: 5px 20px;
	font-family: inherit;
}
#pollMessage {
	color:#F00;
	font-size: 0.95em;
	font-weight: bold;
}
.poll_percent{
	color:#8b297a;
}
.vote input[type="submit"], .vote button{
	display:inline-block;
}
button.btnStyle, a.btnStyle{
	margin-left:20px;
	color: #1489cc;
	background:none;
	display:inline;
	
	font-family: inherit;
	font-size: 1em;
}