* {
   padding:0;
   margin:0;
}

body{
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.84em;
}

#div-poll-cont a{
  color: #000;
}
#div-poll-cont a:visited{
  color: #000;
}
#div-poll-cont a:hover{
  color: #000;
  background-color: #ffcc66; /*#f33;*/
  text-decoration: none;
  border:1px solid #cc3;
}

.poll-portlet {
  width:100%;
  margin-top:5px;
}

.poll-head{
  background-color:#336699;
  border: 1px solid #000;
  font-size:0.85em;
  text-align:right;
  padding: 5px;
  color: #ffffff;
}
.poll-head a, .poll-head a:visited{
  text-decoration:none;
}

.poll-body{
  font-size:85%;
  margin-top: 2px;
}

.poll-title{
  position: absolute;
  xfloat:left;
  font-size: 0.85em;
  font-weight:bold;
  margin-left: 3px;
  color: #FFcc66;
}

.poll-q{
  padding:5px;
}

.poll-opt{
  margin-top:5px;
}

.poll-pct{
  background: #336699; none repeat scroll 0%; 
  -moz-background-clip: -moz-initial; 
  -moz-background-origin: -moz-initial; 
  -moz-background-inline-policy: -moz-initial; 
  font-size: 6px;
  float:left;
  margin-top:4px;
  margin-right:5px;
}
.poll-cont{
  border: 1px solid #336699;
  padding:3px;
  height:100%;
}