/* Example class for Mini Poll */

.menuhd {
	height: 0px;
}
.poll {
	font-size: 12px;
}
.fat {
	font-size: 13px;
	font-weight: bold;
	margin-bottom:9px;
	padding-bottom:9px;
}
.formlook {
	font-size: 13px;
	color: #FFFFFF;
	border: 0px;
	background-color:#002263;
	background-image:url(../images/button_bg.png);
	width:161px;
	height:24px;
}

.formlook2 {
	font-size: 13px;
	color: #FFFFFF;
	border: 0px;
	background-color:#002263;
	background-image:url(../images/button_bg.png);
	width:161px;
	height:21px;
	text-align:center;
	padding-top:3px;
}
.pollbg {
	font-size: 12px;
	background-image: none;
}
