.option_text_cell {
    padding: 4px 0px 0px;
    display: block;
}

.mpoll_bar {
    background-color:#E5E5C9;
    height: 10px;
}

.mpoll_bar_holder {
    border: 1px solid #E5E5C9;
    margin-right: 8px;
    margin-top: 4px;
    display: none;
}

.mpoll_mainblock {
	color: #000000;
    background-image: url(images/poll/bg.gif);
    background-repeat: repeat-y; 
    font-size: 0.8em; 
    padding-right: 10px;
    border-bottom: 1px solid #D8DCDF;
    margin: 0px 2px 20px 0px;
}

.mpoll_mainblock a {
    color: #000000;
    text-decoration: none;
}


.mpoll_mainblock .button {
	width: 80px;
	height: 21px;
	border: 0px;
	margin: 0px;
	background-image: url(images/buttons/vote.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.mpoll_percentages {
    font-size:1em;
    padding-right: 8px;
}

.mpoll_radio {
    margin-top: 2px;
}

.mpoll_results {
    margin: 1px 3px 1px 8px;
}

.mpoll_topic {
    color: #033789;
    font-weight: bold;
    margin: 1px 0px 0px 7px;
}

.mpoll_total {
	padding-top: 8px;
	font-size:1em;
}

.spoll_multi-poll_row {
    margin: 0px 20px 10px 0px;
    padding: 0px 20px 0px 0px;
    
}

.spoll_multi-poll {
    /* this goes around each seperate poll */
    width: 282px;
    padding: 0px;
}

.gap {
    width: 53px;
    height: 40px;
    float: left;
}

.spoll_holder {
    background-color: #FFFFFF;
    width: 166px;
    color: #666666;
    border: 1px solid #CCCCCC;
    font-size: 0.8em; 
    
}

.spoll_holder form {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.spoll_topic_text {
    font-weight: bold;
	padding: 6px 10px 5px;
    color: #033789;
    font-size: 1.1em;
    min-height: 17px;
}

.spoll_option_holder {
    height:auto !important; /*source http://www.dustindiaz.com/min-height-fast-hack/ */
}

.spoll_option_button {
    float: left;
    clear: left;
    padding: 4px 0px 3px 11px;
}

.spoll_option_text {
    padding: 5px 11px 0px 5px;
    float: left;
	width: 104px; /* 20px less than full width of spoll_holder */
}

.spoll_option_text label{
    width:auto;
}

.spoll_button {
    float: right;
    border: 0px;
    padding: 0px;
    margin: 3px 8px 10px;
    cursor: pointer;
	width: 80px;
	height: 21px;
    background: transparent url(../images/buttons/vote.jpg) no-repeat;
}

.spoll_results_row {
    clear: both;
    margin-bottom: 3px;
}

.spoll_results_row .text {
    float: left;
    width: 100px;
    padding:1px 5px 5px 10px;
}

.spoll_results_row .outer_bar {
    float: left;
    height: 15px;
    padding: 2px;
    background: transparent url(../images/poll/bar_back.gif) no-repeat;
    display: none;
}

.spoll_results_row .inner_bar {
    background-color: #D8DCDF;
    height: 11px;
    font-size: 2px; /* Helps IE and some others */
    
}

.spoll_results_row .percentage {
    font-size: 12px;
    font-weight:bold;
    float: right;
    width: 22px;
    padding: 1px 21px 0px 0px;
    color: #222222;
}

.spoll_total {
    font-size: 12px;
    clear: both;
    text-align: center;
    height: 29px;
    margin: 0px;
    padding: 6px 0px 0px;
    font-weight: bold;
    color: #222222;
}
