/*css untuk form polling */
#pollingContainer{
	color: #2c2c2c;
	padding-bottom: 10px;
}
#pollingContainer2{
	margin-left: 10px;
	width: 450px;
}


#pollingCell{
	padding: 4px 10px;
}
#pollingCell2{
	padding: 4px 10px 4px 10px;
}


#pollingCellHeader{
	text-align:center; 
	padding:10px 6px 6px 6px;
	font-weight: bold;
}
#pollingCellHeader2{
	background:url(../images/stdNewsIcon.gif) left no-repeat;
	background-position: 10px;
	font-weight: bold;
	color: #000;
	padding: 6px 8px 6px 28px;
	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: #f37900;
	text-decoration: underline;
}
a.pollingLink:hover{
	color: #2c2c2c;
	text-decoration: underline;
}
