
#pollContainer {

text-align:center;
width:209px;
}
 
#pollContainer .vottitle  {
color:#313C09;
font-weight:bold;
width:100%;
height:20px;
 margin-top:5px;
 
}


#pollContainer label {
width:100%;
color:#000000;
font-family:tahoma;
font-size:13px;
text-align:right;
float:right;
font-weight:bold;
color:#313C09;
}

#voteresult0 {
background-image: url(../images/voting/0right.jpg) ;
width:4px;
height:9px;
float:right;
margin-top:5px;
}

#voteresult1 {
background-image:url(../images/voting/1right.jpg)   ;

width:4px;
height:9px;
float:right;
margin-top:5px;
}

#voteresult2 {
background-image:url(../images/voting/2right.jpg)   ;
width:4px;
height:9px;
float:right;
margin-top:5px;
}
#voteresult3 {
background-image:url(../images/voting/3right.jpg)  ;
width:4px;
height:9px;
float:right;
margin-top:5px;
}

#voteresult4 {
background-image: url(../images/voting/4right.jpg)  ;
width:4px;
height:9px;
float:right;
margin-top:5px;
}

#voteresult5 {
background-image:url(../images/voting/5right.jpg)   ;
width:4px;
height:9px;
float:right;
margin-top:5px;
}

#voteresultloop0 {
background-image:url(../images/voting/0loop.jpg);
background-color:#CC0000;
float:right;
height:9px;
width:0;
margin-top:5px;
}

#voteresultloop1 {
background-image:url(../images/voting/1loop.jpg);
background-color:#CC0000;
float:right;
height:9px;
width:0;
margin-top:5px;
}

#voteresultloop2 {
background-image:url(../images/voting/2loop.jpg);
background-color:#CC0000;
float:right;
height:9px;
width:0;
margin-top:5px;
}

#voteresultloop3 {
background-image:url(../images/voting/3loop.jpg);
background-color:#CC0000;
float:right;
height:9px;
width:0;
margin-top:5px;
}

#voteresultloop4 {
background-image:url(../images/voting/4loop.jpg);
background-color:#CC0000;
float:right;
height:9px;
width:0;
margin-top:5px;
}

#voteresultloop5 {
background-image:url(../images/voting/5loop.jpg);
background-color:#CC0000;
float:right;
height:9px;
margin-top:5px;
width:0;
}

