body{
	background-color: #dfe7f2;
	font-size:100%;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
}
#poll a:link, #poll a:visited, #poll a:active{
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
}
#poll a:hover{
	color:#7694b9;
}
#poll{
	padding: 5px 20px;
	width: 299px;
	background:transparent url(box.jpg) no-repeat scroll 0 0px;
}
h2{
	font-size:18px;
	line-height:1.5em;
	padding:0px 0 5px;
}
#poll label{
	display: block;
	font-size: 12px;
	padding: 7px 0px 4px 0px;
	font-weight: bold;
}
#poll .barempty{
	height: 20px;
	background-color:#d0cdaa;
	width: 270px;
}
#poll .barfull{
	height: 20px;
	width: 200px;
	background-color: #5872a6;
}
#poll #footer{
	height: 30px;
	font-family:Verdana;
	font-size:11px;
	margin-top: 10px;
}
#poll #footer a{
	float: left;
}
#poll .button{
	background-color: #577196;
	color: #FFF;
	float:right;
	height:25px;
	font-weight: bold;
	margin:0 20px 0 0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	width:76px;
	border: none;
}