/* CSS FOR POLL */
.poll{
	position:relative;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	border-top:0;
	padding-top:0;
	margin-top:0;
	padding:0.5em;
}
.poll .title{
	font-weight:normal;
	margin-bottom:0.5em;
}
.poll .answer{
	margin-top:0.2em;
	margin-bottom:0.2em;
}
.poll .submit{
	position:relative;
	margin-top:1em;
	right:0;
	text-align:right;
}
.poll a{
	color:#333333;
}
.poll_result{
	padding-bottom:0.5em;
}
