/*Poll styles Start*/
.pollContainer {
	background-color: #FFFFFF;
	border: 1px solid #ADADAD;
	width: 326px;
	height: 150px;
	margin: 0px 10px 0px 10px;	
	position: relative;
}

.pollContainer form {
	margin: 0px 7px 0px 7px;
}

.pollContainer table {
	width: 312px;
}

.pollContainer table td {
	height: 21px;
	background-color: #ebebeb;
	padding-top: 2px;
	padding-left: 5px;
}

.pollContainer table td.pollSubmitTd {
	height: 30px;
	background-color: #ffffff;
	font-weight: bold;
}

.pollContainer table td.pollSubmitTd a {
	color: #FF0000;
}
.input_poll 
{
	padding-top:12px;
	left:5px;
	}
.input_poll input
{
	margin-left:5px;
	width:45px;
	height:20px;
	border:none !important;
	background-color:#8db7ad;
	color:#ffffff;
}
	
.input_poll input.submit
{
	color:#999 !important;
}
	
.input_poll a
{
	position:relative;
	left:5px;
	color:#7BA8A2;
	}
	
.input_poll a:hover{
	color:#054B3D;
}
.pollMargin {
	width: 140px;
	height: auto;
	xmargin:7px 7px 12px 2px;
	color: #7BA8A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	overflow: hidden;
}
.pollMargin img {
	margin-right: 5px;
	float: left;
}

.pollMargin p {
	margin: 0;
	color:#00483A;
	font:normal 15px Verdana;
}
.answerItem
{
	width:25px;
	line-height:20px;
	}
.answerItem1
{
	width:auto;
	}
/*Poll result styles*/
.PollResQuestion {
	margin-top: 10px;
	margin-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #00483A;
}

.PollResQuestion p {
	margin: 0;	
}

.PollResultLine {
	width: 100%;
	height: 20px;
	border: none 0;
	margin: 8px 0px 5px 0px;
}
.PollOther {
	background-color: #EEEEEE;
	padding: 2px 2px 0px 5px;
	color:#000;
}
.PollTotal {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 2px 2px 0px 5px;
}
.PollText {
	padding-top:14px;
	text-align: justify;
	color:#000;
}
.PollNo {background-color: #17677D;}
.PollYes {background-color: #A51FA0;}
.PollNeutral {background-color: #969696;}
.PollYesNumbers,.PollNoNumbers,.PollNeutralNumbers{
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
}
.PollYesNumbers {color: #8E0189;}
.PollNoNumbers {color: #005268;}
.PollNeutralNumbers {color: #787878;}
/*Poll styles End*/


p.name_of_poll
{
	xcolor: #00483A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left:2px;
	}
	
.wb_pos{    
    margin-left:10px !important;
}