 
table.poll {
background-color:#516B50;
border:1px solid #fff;
width:200px;
padding:3px;
margin:4px;

}

table.pollquestion {
font-size:14px;
color:#fff;
font-weight:bold;
text-align: left;
background-color: #005f00;

}
table.pollchoices {
font-size:14px;
color:#000;
font-weight:bold;
text-align: left;
background-color: #ffffcc;

}

.send {
font-size:14px;
color:#fff;
font-weight:bold;
text-align: center;
background-color: #516B50;
padding:4px;
}
 
.submit input
{
margin-left: 0.5em;
}
input
{
color: #781351;
background:; 
}

.submit input
{
font-size:12px;
color: #fff;
font-weight:bold;
background: #000;
border: 2px outset #fff;
}
 

 
 
 