#poll{
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	position: relative;
}
#poll .poll_quest {
	color: #313131;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
}
#poll input.poll_answer_btn{
	position: relative;
	top: 0.25em;
}
#poll #poll_list_nav {
	position: absolute;
	right: 0px;
	top: -52px;
}
#poll a{
	color:#DD4F24;
}
#poll .total_answers{
	border-bottom: 1px solid #FFF;
	padding: 3px 0px;
	margin: 0px 0px 10px 0px;
}
#poll .total_answers strong{
	color: #dd4f24;
}
#poll ul.poll_answer_list {
	margin: 0px 0px 15px 0px;
	line-height: 1.5em;
}
#poll ul.poll_answer_list li {
	padding: 2px 0 4px;
}
#poll ul.poll_answer_list label {
	font-style: italic;
	color: #de6743;
}
#poll .poll_nav {
	text-align: center;
	margin-bottom: 8px;
}
#poll .poll_nav button.button {
	background: #51c0f6 url("/img/alert-overlay.png") repeat-x;
	border: 0;
	display: inline-block;
	padding: 3px 15px 5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin: 0px 5px 0px 0px;
	font-family: Helvetica Neue, sans-serif;
}

#poll div.frm-fld {
	background-color: #ffffff;
	margin-top: 4px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
}
#poll div.frm-fld:hover {
	border: 1px solid #65cafc;
}
#poll input#txt_custom_answer {
	border: none;
	background-color: #FFF;
	width: 100%;
	font-size: 11px;
	color: grey;
}
/*
#poll-comments input#frm-answer-comment-name {
	border: none;
	background-color: #FFF;
	width: 100%;
	font-size: 11px;
	color: grey;
}
*/