@charset "utf-8";
/* CSS Document */

#poll .zend_form dt, #poll dt {
	padding: 0px;
}
#poll dd .poll_result {
	background-color: #F90;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: right;
	padding: 2px;
}

#poll .zend_form dd, #poll dd {
	padding: 3px;
}
#poll .zend_form dd #send {
	width: 150px;
	font-size: 12px;
}
#poll .zend_form dd #send:hover {
}
#poll .zend_form dd label, #poll dd label {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0EAC4;
	display: block;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	vertical-align: middle;
}
