/*css untuk form polling */
#pollingContainer{
	padding: 0px;
	margin: 0px;
	background:url(../images/bgPoll.gif) bottom right no-repeat #052850;
}
#pollingContainer2{
}


#pollingCell{
	font-size: 10px;
	padding: 2px 10px;
	color: #fff;
}
#pollingCell2{
	padding: 10px;
}


#pollingCellHeader{
	background:url(../images/bgPollHeader.gif) bottom right #052852;
	background-repeat: no-repeat;
	text-align:left; 
	color:#fff; 
	padding:6px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
#pollingCellHeader2{
	font-weight: bold;
	color: #2b3a73;
	margin: 10px 0px;
}

#pollingCellBottom{
	margin-top: 10px;
	border-bottom: 2px solid #16154e;
}
#pollingCellBottom2{
	text-align: center;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	width: 56px;
	height: 18px;
	border: 0px;
	color: #000;
	font-weight:bold;
	float: center;
	background: url(../images/pollingBtn.gif) center no-repeat;
	padding-bottom: 2px;
}
input.pollingButton:hover{
	width: 56px;
	height: 18px;
	border: 0px;
	color: #000;
	font-weight:bold;
	float: center;
	background: url(../images/pollingBtn2.gif) center no-repeat;
	padding-bottom: 2px;
}
a.pollingLink{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.pollingLink:hover{
	color: #c0d4ed;
	text-decoration: none;
}