/*css untuk form polling */
#pollingContainer{
}
#pollingContainer2{
	padding: 10px;
	margin-bottom: 10px;
}

#pollingCell{
	padding: 2px 12px;
	color: #333;
	line-height: 140%;
	color: #333;
	background: url(../images/serviceBg.gif) top center repeat-y;
}
#pollingCell2{
	padding: 4px 10px 4px 10px;
}


#pollingCellHeader{
	margin: 0px;
	padding: 13px 10px 5px 32px;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/serviceHead.gif) top center no-repeat;
}
#pollingCellHeader2{
	margin: 0px 0px 10px 0px;
	padding: 11px 10px 9px 45px;
	text-align: left;
	color: #373737;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/bgHeading.gif) top left no-repeat #eee;
}

#pollingCellBottom{
	padding: 15px 10px 10px 10px;
	font-size: 11px;
	text-align: right;
	background: url(../images/serviceBot2.gif) bottom center no-repeat;
}
#pollingCellBottom2{
	text-align: center;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	cursor: pointer;
	margin-top: 10px;
	border: 1px solid #468d01;
	background-color: #71a326;
	color: #fff;
	font-size: 11px;
	padding: 0px 4px;
	font-weight: bold;
	cursor: pointer;
}
a.pollingLink{
	color: #3c7703;
	text-decoration: none;
}
a.pollingLink:hover{
	color: #fff;
	text-decoration: none;
}