.articlepoll #pollwrapper {
width:249px;
}

.pollbars {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	background-color: #000066;
	line-height: 10px;
}

.polltable {
	/*width:300px;*/
	text-decoration: none;
	border: solid 0px black;
	background: #ffffff;
	margin-bottom:25px;
	float:left;
}

.pollquestion {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-align: left;
}

.pollanswers {
	color: red;
	font-size: 10px;
	font-family: Arial, Helvetica;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
}

.polltotal {
	font-family: Arial, Helvetica;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.pollheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #dae3f5;
	text-align: center;
}

div#pollwrapper {
	/*margin: 20px 3px 0px 3px;*/ margin: 0;
}

