.poll_table {
 background-color: #F8F8F8;
 width : 98%;
 padding : 0 ;
 margin : 0 ;
}

.poll_form {
 background-color: #F8F8F8;
 width : 98%;
}

.poll_result {
 background-color: #F8F8F8;
 width : 98%;
}

.poll_titl {
 background-color: #F8F8F8;
 width : 98%;
}
 
.poll {
 -moz-border-radius: 15px ;  
 -webkit-border-radius: 15px;  
 border-radius: 15px;  
 border: 2px solid #808080;
 background-color: #F8F8F8;
 padding: 5px;
 left: 0px;
 right: 0px;
}

.poll_link {
 text-decoration : underline ;
}
