/* Poll */

.poll {
	background: url(../images/site_images/bgr_poll.png) 100% -10px no-repeat;
}

.select_holder {
	position: relative;
	padding-bottom: 5px;
	z-index: 100;
}

.poll_list {
	list-style: none;
	padding: 0 0 50px 0;
}

.poll_list .radio {
	float: none !important;
	vertical-align: middle;
	display: -moz-inline-box !important;
	display: inline-block !important;}

.poll_list li {
	list-style-image:none !important;
	padding: 0 0 25px 0;
}

.poll_list .question {
	position: relative;
	float: left;
	color: #ed6718;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	padding-bottom: 10px;
}

.poll_list .answer {
	clear: both;
	vertical-align: middle;
}

.poll_list .answer input.radio_b {
	display: none;
	border: none;
	width: auto;
	height: auto;
	margin: 3px 5px 0 0;
	padding: 0;
	vertical-align: middle;
}

.poll_list .answer label {
	display: -moz-inline-box;
	display: inline-block;
	font-size: 14px;
	margin: 0 15px 0 0;
	vertical-align: middle;
}

.poll_list .answer p {
	padding: 0 0 5px 0;
}

.poll_list .answer .edit_field {
	font-size: 11px;
	width: 200px;
	color: #333333;
	padding: 4px;
	vertical-align: middle;
}

.poll_list .answer textarea {
	width: 557px;
	height: 169px;
}

.poll_list p.submit {
	padding: 10px 0;
}

.poll .more {
	display: inline-block;
	width: 8px;
	height: 6px;
	margin: 0 5px;
	vertical-align: middle;
	background: url(../images/site_images/icon_more_arrow.png) 0 50% no-repeat;
}
.poll_list .answer .more_questions {
	position: relative;
	zoom: 1;
	margin: 20px 10px 0 0;
	padding: 8px 8px 8px 45px;
	border: 1px solid #f4a474;
	background: #fce8d1 url(../images/site_images/bgr_more_q.png) 0 0 repeat-y;
}

.poll_list .answer .more_questions .arrow{
	width: 14px;
	height: 13px;
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	top: -13px;
	left: 45px;
	background: url(../images/site_images/icon_more_q.png) 0 0 no-repeat;
}

.poll_list .answer .more_questions .lt,
.poll_list .answer .more_questions .rt,
.poll_list .answer .more_questions .lb,
.poll_list .answer .more_questions .rb {
	position: absolute;
	width: 8px;
	height: 8px;
	background: url(../images/site_images/bgr_rounds_more_q.png) no-repeat;
	zoom: 1;
}

.poll_list .answer .more_questions .lt {
	top: -1px;
	left: -1px;
	background-position: 0 0;
}

.poll_list .answer .more_questions .rt {
	top: -1px;
	right: -1px;
	background-position: -8px 0;
}

.poll_list .answer .more_questions .lb {
	bottom: -1px;
	left: -1px;
	background-position: 0 -8px;
}

.poll_list .answer .more_questions .rb {
	bottom: -1px;
	right: -1px;
	background-position: -8px -8px;
}

.more_questions .combo {
	width: 260px;
}

.more_questions .answer {
	margin-bottom: 20px;
}

.poll_list .left {
	margin-right: 50px;
}

.poll_list .answer ins{
	xdisplay: none;
}

.poll_list .answer .more_questions .inner_holder_q {
	width: 880px;
}

.poll_thanks {
	width: 805px;
	height: 140px;
	margin: 0 auto;
	text-indent: -10000px;
	background: url(../images/site_images/bgr_poll_thanks.png) 0 0 no-repeat;
}

.errorMessage{
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px;
	padding:3px 0;
	clear:both;
	color:red;
	display:inline-block;
	float:left;
}
