#poll {
	width: 269px;
	background: #fff;
	border:1px solid #cccccc; 
	/*border-bottom: 0px; 
	border-right: 1px; 
	border-top:1px;
	border-style: solid;
	border-color: ;*/
	padding: 19px 0px 0px 0px;
}

#poll_results {
	width: 241px;
	border:1px solid #cccccc; 
	padding: 19px 14px 19px 14px;
}

#poll_results p {
	float: left;
	width: 65%;
	margin: 0;
	padding: 7px 0 7px 0;
}

#poll_results p.percentage {
	width: 35%;
	float: left;
	margin: 0px;
	padding: 7px 0 7px 0;
}

#poll_bar {
	background: #f5f5f5;
}

#red_bar1 {
	background: #fc3300;
	width: 61%;
	height: 17px;
}

#red_bar2 {
	background: #fc3300;
	width: 24%;
	height: 17px;
}

#red_bar3 {
	background: #fc3300;
	width: 13%;
	height: 17px;
}
#red_bar4 {
	background: #fc3300;
	width: 2%;
	height: 17px;
}

#line {
	border-top: 1px #dddddd solid;
	height: 17px;
}

#poll ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0 0 10px;
}

#poll_question {
	height: 87px;
	background:url(/codenavia/portals/msc/images/img/poll_bg.jpg) no-repeat 40% 32%;
/*	border-bottom: 1px solid #cccccc;*/
	padding: 0 14px 0 14px;
}

#poll_question hr {
  	color: #cccccc;
  	height: 1px;
}

#poll_options {
	height: 100px;
	background: #f6f6f6;
	background-image: url(/codenavia/portals/msc/images/img/poll_shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px #cccccc solid;
}

.headingpoll {
	font-size: 16px;
	font-weight: bold;
}

.poll_question_text {
	width: 170px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.submit {
	padding: 3px 0px 2px 0px;
}

input.btn_submit {
	background: url(/codenavia/portals/msc/images/img/btn_submit_bg.gif) repeat-x;
	width: 70px;
	height: 20px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	border-style: none;
}

input.btn_submit:hover {
	background-image: url(/codenavia/portals/msc/images/img/btn_hover_bg.gif);
	background-position: 0 0px;
	width: 70px;
	height: 20px;
	font-size: 11px;	
	cursor: pointer;
	font-weight: bold;
	border-style: none;
}
