.poll_container {
	padding: 0px 10px 10px 10px;
}
.poll_container .poll_top {
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
.poll_container .question{
	padding: 0px 0px 0px 0px;
}
.poll_container .question H2{
	font-size: 12px;
	margin-top: 5px;
	padding: 0px 0px 5px 0px;
}

.poll_option_container {
	border-bottom: 1px solid #003366;
	width: 230px;
	font-weight: bold;
	
	
}
.poll_container  .vote_button{
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.poll_container  .vote{
	
	float: left;
	width: 30px;	
}
.poll_container  .answer {
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.poll_container .vote_answers {
	float: right;
	padding: 5px 0px 5px 0px;
	
}
.poll_container .answers {
	padding: 5px 0px 5px 0px;
	
}


.poll_container  .send_container {
	width: 100px;
	height: 22px;
	float: right;
	background-image: url('../site_images/send.jpg');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
	
}
.poll_container .send_container :hover {
	cursor: pointer;
	width: 100px;	
	height: 22px;
	
}
.send_button :hover  {
	cursor: pointer;
	width: 100px;	
	height: 22px;
}
.poll_container  .send {
	width: 100px;	
	height: 22px;
	background: none;
	border:	0px;
}