/* Polls System Style */

.opiner-poll{background-color:#fff;margin:0 10px 5px;padding:5px 8px;border:1px solid #808080;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
.opiner-poll-title{color:#808080;font-size:14px;border-bottom:1px dashed #808080;width:100%;display:block;}
.opiner-poll-form{margin:0;padding:0;}
.opiner-poll-vote{background:#444;border-left:1px solid skyblue;height:12px;width:100%;display:block;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.opiner-poll-hr{border-bottom:1px dashed #808080;margin:5px 0 3px;}