.col_text .poll_results h3 {
   margin-bottom:5px;
}
.poll_answer {
   clear:both;
   margin:1px;
   height:18px;
}

/* QUESTION */
form.poll_question {
   margin:0;
}
.poll_answer .checkradio {
   float:left;
}
.poll_question .poll_answer {
   padding-bottom:5px;
}
.poll_question .poll_label {
   padding-top:2px;
   padding-left:30px;
}

/* RESULTS */
.poll_resultbarcontainer {
   padding:3px;
   width:161px;
   background:#9fc1dc;
   margin-right:10px;
}
.poll_resultbar {
   
	background:transparent url(../gfx/poll_bar.gif) repeat scroll 0%;
	font-size:1px;
	height:12px;
	line-height:1px;
}
.poll_results .poll_resultbarcontainer {
   float:left;
}
.poll_results .poll_label {
   padding-top:2px;
   float:left;
}
.poll_resultcount {
   font-size:14px;
   font-weight:bold;
}

/* POLL FLYOUT */
.poll_flyout {
   position:absolute;
   /*
   top:194px;
   left:157px;
   */
   left:152px;
   top:178px;
   z-index:4;
}


.pf_button {
   cursor:pointer;
}
.pf_body {
   position:absolute;
   top:0;
   left:44px;
   display:none;
   z-index:1;

   background:#7d99cb url(../gfx/poll_flyout_mid.gif) repeat-y;
   width:206px;
   color:white;
}
.pf_body img {
   display:block;
   clear:both;
}
.poll_flyout_mid {
   padding:5px 19px 10px 19px;
   text-align:center;
}

.poll_flyout h3 {
   background:#efefed;
   padding:8px;
   font-size:11px !important;
   font-family:verdana !important;
   text-transform:none !important;
   color:#436DBB;
}
.poll_flyout .poll_answer {
   height:auto;
}
.poll_flyout .poll_label,
.poll_flyout .poll_resultbarcontainer {
   float:none;
   margin:3px 0;
   text-align:left;
}
.poll_flyout a {
   text-decoration:none;
   color:black;
   display:block;
}
.poll_flyout a:hover {
   text-decoration:underline;
}
.poll_flyout_text {
   margin:10px 0;
}

#dv_poll_graph
{
	width:560px;
	margin:auto;
	border:1px solid #829ED0;
}

#polllist li
{
	line-height:110%;
	list-style-image:url(../gfx/bullet_orange.gif);
	margin-top:10pt;
}

#polllist a {
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#5B5B5B;
}
#polllist a:hover {
	text-decoration:underline;
}