.poll{
margin-left: 0px; 
background-color: #ffffff;
border:1px #abc9e1 solid;
background-color: #ffffff;
font-size: 10px;
width: 247px;
height: 170px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding-left : 50px;
padding-top: 20px;
/*display: none; */
margin-bottom: 5px;

}

.poll .header{ 
margin-left: 5px;
margin-top: 2px;    
background: url(/application/img/modules/pulsurin.gif) no-repeat left top;       
height: 20px; 
}
  
.poll .content{     
    

  /*  font-size: 10px;*/
    padding-left : 7px;
    padding-right  : 7px;
    

}


.poll .more{ 
font-family: sans-serif;    
vertical-align: bottom;    
text-align: right; 
/*color: red;   */

font-size: 10px;
font-weight: 600;
color: #87a6ca;
padding: 10px;

}

.poll .more a{ 
color: #2e527d;
}

.poll .more a:hover{ 
color: #000000;
}
      

/* poll end */     
