/*css untuk form polling */
#pollingContainer{
	width: 198px;
	background-color: #6D6B08;
	padding-bottom: 15px;
}
#pollingContainer2{
	margin-left: 10px;
	width: 450px;
}


#pollingCell{
	padding: 2px 10px 2px 10px;
	color: #fff;
}
#pollingCell2{
	border-left: 1px solid #1384E2;
	border-right: 1px solid #1384E2;
	padding: 4px 10px 4px 10px;
}


#pollingCellHeader{
	background:url('../images/stdPollingHeader.gif');
	background-repeat: no-repeat;
	text-align:center; 
	color:#fff; 
	padding:6px;
	font-weight: bold;
}
#pollingCellHeader2{
	background:url('../images/stdHeader.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 6px 8px 6px 10px;
	height: auto;
}

#pollingCellBottom{
	display: none;
}
#pollingCellBottom2{
	text-align: center;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	border: 1px solid #333;
	background-color: #ccc;
	color: #000;
	font-weight:bold;
}
a.pollingLink{
	color: #fff;
	text-decoration: underline;
}
a.pollingLink:hover{
	color: #fff;
	text-decoration: none;
}