#container{
	background: url(bgEncuesta.png) no-repeat bottom left;
	width:286px;
	height: 186px;
	margin:0px;
	font-family: Trebuchet MS;
}

#container h1{
	font-size: 14px;
	color: #747473;
	margin: 0px;
	text-transform: uppercase;
	padding: 20px 0px 10px 50px;
	display: none;
}
#container p{
	margin:0; line-height:1.2em;
}
#pollcontainer{
	margin:5px;  padding:5px;
}
#loader{ display:none; text-align:center;}
.option{ margin:5px 0; }
.option p{ line-height:1.1em; font-size: 12px; color: #6792c8; }
.bar{ height:10px; background:#6792c8; filter: alpha(opacity=75); 
		opacity: .75;
		-moz-opacity:0.75;  }
.yourvote{ background:#113399; }

.pollques {
	color: #ffffff;
	font-size: 14px;
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px 0px 10px 0px;
}
a{
	text-decoration: none;
	font-size: 12px;
	color: #013598;
}