.poll-form-div{
    float: left;
    width: 100%;  
}

.poll-form-field-div{
    float: left;
    clear: both;  
    width: 100%;  
}

.poll-form-field-div label{
    float:left;
    display:block;
    width: 90%;
    margin-bottom: 3px;
    text-align: left;
}

.poll-form-field-div label.required{
    clear:both;
    font-weight: bold;
}

.poll-plugin-results{
    float: left;
    width: 100%;
}

.poll-plugin-results .question{
    float: left;
    font-weight: bold;
    margin-bottom:5px;
}

.poll-plugin-results .answer{
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom:2px;
}

.poll-plugin-results .answer .bar{
    float: left;
    text-align: left;
  /*  height: 20px;*/
    line-height: 20px;
    background-color: #DADADA;
    /*position: relative;*/
}

.poll-plugin-results .answer .bar span{
	float:left;
    position: relative;
    left: 2px;
    width:178px;
}

.poll-plugin-results .answer .bar span strong{float:left;width:35px;}

.plugin-poll-container,
.poll-plugin-results,
.plugin-poll-form-container{
    position: relative;
    width: 100%;
    min-height: 100px;
}

.plugin-poll-container .ajax-loader{
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    position: absolute;
    left:0px;
    top:0px;
    cursor: wait;
    background-image:url(../gfx/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.plugin-poll-container .poll-results,
.poll-plugin-results .poll-vote{
    position: relative;
    bottom: 15px;
    right: 10px;
    float: right;
}

