.pollvotes, .pollresults {
 padding:0px;
}

.pollvotes h3, .pollresults h3 {
 margin-top: 0px;
 margin-bottom: 5px;
 font-size: 12px;
 color: #fff;
 text-align: left;
}

.pollvotes td, .pollresults td, .easypoll_error td {
 padding: 2px;
 margin: 0;
 list-style-type: none;
 text-align: left;
 font-size: 11px;
 font-weight: bold;
 background: #0c3754;
}

.easypoll input.pollbutton {
 width: 90px;
 height: 19px;
 border: 0;
 color: #fff;
 font-size: 11px;
 font-weight: bold;
 background: url(../images/buttonbg.gif);
}

.easypoll_bar {
 height:8px;
 background-color:#FFF;
}

.easypoll_inner {
 height:100%;
 background:url('../../templates/modxhost/images/foot_4x82.jpg') repeat-x top left;
 background-color:#618200;
}

.easypoll_error {
 padding: 2px;
 margin: 0;
 list-style-type: none;
 text-align: left;
 font-size: 10px;
 font-weight: bold;
 background: #0c3754;
/* background-color: #0c3754;*/
}

.easypoll_error td {
 padding: 2px;
 margin: 0;
 list-style-type: none;
 text-align: left;
 font-size: 11px;
 font-weight: bold;
 background: #0c3754;
}

.easypoll fieldset {
 border:0px;
 margin:0px;
 padding:3px;
}