/* Common styles */
.poll_content{
 width:100%;
 position:relative;
}
.poll_teaser {
    margin-top: 15px;
    width: 100%;
}
.poll_teaser td.dilatua div.int_poll img.sond{
 position:absolute;
 top:4px;
 left:0px;
}
.dilatua {
    background: none repeat scroll 0 0 #0079B0;
    width: 74px;
}
.poll .tit_poll {
 border-left:0px;
 padding-bottom:7px;
 font-size:1.2em;
 font-weight:bold;
 color:#5b5b5b;
}
.poll{
 border-top:none;
 padding:10px;
 background:#e7e7e7;
}
.poll h1 {
 border-left:0px;
 padding-bottom:3px;
 border-bottom:1px solid #ccc;
 font-size:1.5em;
}
.poll h1 span {
 color:#bb0000;
}
fieldset{
 border:0px;
}
p.aright{
 text-align:right;
}
ul.block{
 margin:0px;
}
/* Form view styles */
.pollForm UL.inline LI {
	display: inline;
	margin-right: 0.5em;
    /*white-space: nowrap;*//* Would use nowrap if it did not break in IE. */
	}

/* Result page styles */
.pollResult {
	background-color: white;
	padding: 20px;
}

.pollResult H2.thanks {
	font-weight: bold;
	font-size: 200%;
	margin-bottom: 1em;
}

.pollResult TABLE.resultTable {
	margin: 1em 0;
}

.pollResult TABLE.resultTable TD {
	vertical-align: middle;
	padding-bottom: 2px;
}

.pollResult TD.label {
	padding-right: 10px;
}

.pollResult TABLE.resultTable TD.bar {
	width: 200px;
	padding-right: 10px;
}

.pollResult TD.bar DIV.bar {
	border-top: solid 1px #fff;
	border-right: solid 1px rgb(142, 168, 36);
	border-bottom: solid 1px rgb(142, 168, 36);
	border-left: solid 1px #fff;
	background-color: #BFCA88;
	font-size: 11px;
}

.pollResult TD.percent {
	padding-right: 10px;
	color: #333;
}

.pollResult TD.rawResult {
	padding-right: 10px;
	color: #666;
}

.pollResult .footer {
	text-align: center;
}

