@charset "UTF-8";
/* CSS Document */

#poll {
	width:183px;
	height: 217px;
	margin-top: 10px;
	margin-bottom:9px;
}
.progressbar {
	height:6px;
	background-color:#7db8e5;
	display:block;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	background: -moz-linear-gradient(center top , #abe6ff, #0086ef) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#abe6ff), to(#0086ef));
}
.progress_div {
    background-color: #e7e7e7;
    border: 1px solid #d6d6d6;
    width: 169px;
	height:5px;
	width:124px;
    display: block;
	margin-left: 4px;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
	background: -moz-linear-gradient(center top , #d7d7d7, #f0f0f0) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#E7E7E7));
}
.question {
	width:169px;
	height: 175px;
	padding:34px 9px 9px;
	background:url(../../images/bg_poll_questions.jpg) no-repeat;
	font-size:12px;
}
.question_title { 
	height:35px;
	display:block;
	overflow:hidden;
}
.questions {
	margin-top:-17px;
	margin-left:-4px;
	padding:0;
}
.questions li {
	margin-top:5px;
	color:#2a5980;
}
.answers {
	margin-top:-17px;
	margin-left:-4px;
	padding:0;
	margin-bottom: 24px;
}
.answers li {
	margin-top:5px;
	color:#2a5980;
	padding-bottom: 4px;
}
.poll_link {
	margin-top:-20px;
	display: block;
    margin-left: 10px;
    margin-top: -27px;
}
.answer {
	width:169px;
	height: 175px;
	padding:34px 9px 9px;
	background:url(../../images/bg_poll_answers.jpg) no-repeat;
	font-size:12px;
}
.percent_text {
	float:right;
	margin-top:-12px;
	margin-right:3px;
}
.answer_text {
	margin-left:5px;
	display: block;
    padding-bottom: 2px;
}
