/*css untuk form polling */
#pollingContainer{
	height: auto;
}
#pollingContainer2{
	margin-bottom: 10px;
	width: 450px;
}


#pollingCell{
	padding: 3px 10px 3px 6px;
	color: #333;
}
#pollingCell2{
	border-left: 1px solid #274A75;
	border-right: 1px solid #274A75;
	padding: 4px 10px 4px 10px;
}


#pollingCellHeader{
	text-align:center; 
	color:#000; 
	padding: 12px 8px 4px 6px;
	font-weight: bold;
}
#pollingCellHeader2{
	background-color: #efefef;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333;
	padding: 4px 8px 6px 6px;
	height: auto;
	border: 1px solid #274A75;
}

#pollingCellBottom{
	padding: 4px 4px 4px 4px;
	text-align:right;
	border-bottom: 1px solid #ccc;
}
#pollingCellBottom2{
	text-align: center;
	border-top: 1px solid #274A75;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	border: 1px solid #333;
	background-color: #ccc;
	color: #000;
	font-weight:bold;
}
a.pollingLink{
	color: #06c;
	font-weight: bold;
}
a.pollingLink:hover{
	color: #f80;
}