@charset "utf-8";

/* UPM POLLS */

.upm_poll_form_question {

	text-align:left;

	font-weight:lighter;

	font-size:14px;

	font-family:arial, helvetica;

	padding-bottom:2px;
	
	padding-left:10px;
	
	color:#FFF;

}

.upm_poll_form_list{

	padding:0px 10px 0px 10px;
	

}

.upm_poll_ul li{

	list-style:none;

	list-style-image:none;

}

.poll_submit{

	text-align:center;

}

.upm_poll_form_label{

	cursor:pointer;
	height:160px;
	overflow:hidden;

}

.upm_polls{

	padding:10px 0px;
	
	height:135px;
	
	overflow:hidden;

}

.upm_polls input{

	background:transparent;

}

.upm_poll_form_submit{

	border:#999999 1px solid;

	background:#FFFFFF;

	font-size:13px;

	cursor:pointer;

	margin-top:10px;

}

.upm_poll_footer{

	text-align:right;


}

.upm_poll_result_text{

	font-size:10px;

	color:#666666;

}

.upm_next_poll{

	text-decoration:none;

}

