.pollFormContainerList {
float:left;
}
.pollFormContainer {
border:1px solid #3374B9;
float:left;
}
.pollFormContainer .btnSubmit, .pollFormContainerList .btnSubmit {
background-color:white;
border:1px solid #266EBB;
color:#266EBB;
cursor:pointer;
float:right;
height:18px;
margin:6px;
text-align:center;
width:50px;
}
.pollFormContainerList .btnSubmit {
clear:both;
}
.pollFormContainer .pollQuestion, .pollFormContainerList .pollQuestion {
color:#2069B3;
font-size:12px;
font-weight:bold;
margin:5px 0 5px 5px;
}
#pollForm, .pollResult {
width:100%;
}
.pollOption {
clear:both;
float:left;
margin:5px;
width:90%;
}
#pollForm .pollOption label {
}
#pollForm .pollOption input {
margin-left:10px;
vertical-align:middle;
}
#spacer {
width:100%;
}
/*
.pollOption label, .pollResult label {
color:#696969;
font-size:12px;
height:14px;
line-height:20px;
margin-bottom:5px;
width:80%;
}
.pollBar {
background-color:#3989DC;
border-bottom:2px solid #236BB7;
border-left:2px solid #236BB7;

float:left;
}
.pollOptionText {
clear:left;
color:#696969;
display:block;
float:left;
font-size:13px;
font-weight:normal;
line-height:20px;
text-align:right;
width:300px;
}
.pollOptionBar {
display:block;
float:right;
width:250px;
}
.pollContener {
float:left;
font-size:12px;
font-weight:bold;
}
*/
.pollContainer {
width:100%;
padding-bottom:15px;
}
.pollContainer h2 {
}
.pollContainer .pollResults {
clear:left;
}

.pollContainer .pollResults span.pollOptionText {
	float:left;
	width:70%;
}
.pollContainer .pollResults span.pollOptionBar {
	float:left;
	width:30%;
}
.pollContainer .pollResults .pollBar {
background-color:#3989DC;
border-bottom:2px solid #236BB7;
border-left:2px solid #236BB7;
float:left;
}
.pollContainer .pollResults div {
	clear:both;
}

