/*css untuk form polling */
#pollingContainer{
}
#pollingContainer2{
	padding: 10px;
	margin-bottom: 10px;
}


#pollingCell{
	padding: 4px 10px;
	font-size: 12px;
}
#pollingCell2{
	padding: 4px 10px 4px 10px;
}


#pollingCellHeader{
	margin: 0px;
	font-size: 1.2em;
	padding: 5px;
	color: #003669;
	font-weight: bold;
	margin: 10px;
	border-bottom: 2px solid #8abfe1;
}
#pollingCellHeader2{
	margin: 0px;
	padding: 9px 10px 9px 40px;
	text-align: left;
	color: #32659a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/bgHeading.gif) top left no-repeat #eee;
}

#pollingCellBottom{
	padding: 20px 13px 13px 20px;
	font-size: 11px;
	text-align: right;
}
#pollingCellBottom2{
	text-align: center;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	margin-top: 10px;
	cursor: pointer;
	border: 1px solid #013668;
	background-color: #007dd7;
	color: #fff;
	padding: 0px 6px;
	font-weight:bold;
}
a.pollingLink{
	color: #346699;
	text-decoration: none;
	font-weight: bold;
}
a.pollingLink:hover{
	color: #88bde8;
	text-decoration: none;
	font-weight: bold;
}