.pollresults
{
	width: 90%;
	margin-left: auto ;
  margin-right: auto ;
	position: relative;
	height: 210px;
}

.pollquestion
{
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 95%;
}

.pollresults_choices
{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;	
	height: 160px;
	text-align: left;
}

.pollresults ul
{
	list-style-type: none;
}

.pollresults li {
    clear:both;
    width:100%;
		text-align: left;
}
.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}
.easypoll_bar {
    height:1em;
    background-color:#CCC;
    float:left;
    width:85%;
    margin-bottom:0.5em;
}
.easypoll_bar strong {
    float:left;
    display:block;
    padding:2px 3px;
    font-size:0.9em;
}
.easypoll_inner {
    height:100%;
    float:left;
    background-color:#14386a;
}

/*.pollresults_choices ul li:nth-child(1) .easypoll_result .easypoll_bar .easypoll_inner,*/
.poll_result_bar1
{
		background-color: #4C72C3;
}

/*.pollresults_choices ul li:nth-child(2) .easypoll_result .easypoll_bar .easypoll_inner,*/
.poll_result_bar2
{
		background-color: #8C45CE;
}

/*.pollresults_choices ul li:nth-child(3) .easypoll_result .easypoll_bar .easypoll_inner,*/
.poll_result_bar3
{
		background-color: #39B450;
}

/*.pollresults_choices ul li:nth-child(4) .easypoll_result .easypoll_bar .easypoll_inner,*/
.poll_result_bar4
{
		background-color: #999999;
}

/*.pollresults_choices ul li:nth-child(5) .easypoll_result .easypoll_bar .easypoll_inner,*/
.poll_result_bar5
{
		background-color: #04A9F8;
}

.easypoll_answer
{
		width: 100%;
		font-size: 10px;
		height: auto;
		text-align: left;
}

.easypoll_result
{
		width: 100%;
}

.easypoll_nvotes
{
		float: left;
		width: 15px;
		font-size: 10px;
		margin-left: 5px;
}

.pollfooter
{
	position:absolute;
	top: 198px;
	left: 15px;
}

.pollfooter p
{
	font-size: 10px;
}

.easypoll
{
	width: 90%;
	height: 215px;
	margin-left: auto ;
  margin-right: auto ;
	position: relative;
}

.easypoll fieldset
{
	height: 210px;
}

.pollvotes
{
  position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;	
	height: 145px;
	list-style-type: none; 
  z-index: 32;
	display: block;
}

.pollvotes li
{
	width: 100%;
	height: 30px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: -3px;
	vertical-align: middle;
	text-align: left;
}

.pollvotes li input
{
	position: absolute;
	top: 0;
	left: 25px;
}

.pollvotes li p
{
	position: absolute;
	top: 0;
	left: 42px;
	font-size: 10px;
	line-height: 95%;
}

/*.pollvotes li:nth-child(1),*/
.polloption1
{
	background:  url(../images/SurveyOptionA.gif) no-repeat;
}

/*.pollvotes li:nth-child(2),*/
.polloption2
{
	background:  url(../images/SurveyOptionB.gif) no-repeat;
}

/*.pollvotes li:nth-child(3),*/
.polloption3
{
	background:  url(../images/SurveyOptionC.gif) no-repeat;
}

/*.pollvotes li:nth-child(4),*/
.polloption4
{
	background:  url(../images/SurveyOptionD.gif) no-repeat;
}

/*.pollvotes li:nth-child(5),*/
.polloption5
{
	background:  url(../images/SurveyOptionE.gif) no-repeat;
}



.pollbuttons
{
	position:absolute;
	top: 190px;
	left: 0px;
	font-size: 10px;
	text-align: left;
	width: 100%;
}




