#Poll *{
margin: 0;
padding: 0;
list-style: none;
}
#Poll p{
margin: 8px 4px;
}
#Poll input.VoteRadioButton{
	float: left;
	margin: 0px 4px;
}
#Poll label{
	margin-bottom: 8px;
	display: block;
	}
#Poll{
position: relative;
}
#Poll .ShowVote{
margin-left: 4px;
position: relative;
}
#Poll .ShowVote span{
font-weight: bold;
margin-right: 4px;
position: absolute;
right: 4px;
top: 0;
}

/***** Poll Percentage Bar *****/

#Poll .VoteBar{
position: relative;
padding: 1px;
width: 190px;
border: 1px solid #AEC2DA;
background-color: #EAF3FC;
}
#Poll .VoteBar div{
height: 14px !important;
background-color: #B6EA64;
overflow: hidden;
}
#Poll .VoteBar span{
position: absolute;
font-size: 11px;
line-height: 14px;
font-weight: bold;
top: 0px;
left: 90px;
}
#Poll .SubmitButton{
margin-bottom: 5px;
margin-left: 77px;
width: auto;
}
#PollData .VoteOption {
	width: 80%;
	float: left;
	}
#PollData .VoteCount {
	width: 20%;
	float: left;
	
	}
#PollData .VoteCount input {
	text-align: right;
	}
#PollData li input {
	width: 80% !important;
	}

#Form #txtPollName,
#Form #sPollSelect {
	width: 400px;
	}

/*** Poll displayed on the comments page ***/
.CommentBody #Poll{
margin-top: 10px;
padding: 8px;
background-color: #F8F8F8;
border: 1px solid #ededed;
width: 450px;
}
.CommentBody #Poll h2{
display: none;
}
.CommentBody #Poll p{
font-weight: bold;
}
.CommentBody #Poll .VoteBar{
width: 445px;
}
.CommentBody #Poll .VoteBar span{
left: 225px;
}
.CommentBody #Poll .ShowVote span {
	margin-right: 2px;
	}
