/*css untuk form polling */
#pollingContainer{
	width: 169px;
	height: auto;
	margin-top: 10px;
}
#pollingContainer2{
	margin-bottom: 10px;
	width: 450px;
}


#pollingCell{
	padding: 3px 10px 3px 6px;
	background: url('../images/menu_02.gif');
	background-repeat: repeat-y;
	color: #333;
}
#pollingCell2{
	border-left: 1px solid #06c;
	border-right: 1px solid #06c
	padding: 4px 10px 4px 10px;
}


#pollingCellHeader{
	background: url('../images/stdPollingHeader.gif');
	background-repeat: no-repeat;
	text-align:center; 
	color:#000; 
	padding: 12px 8px 4px 6px;
	font-weight: bold;
}
#pollingCellHeader2{
	background:url('../images/stdHeader.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 30px 8px 8px 50px;
	height: auto;
	border-bottom: 1px solid #06c;
}

#pollingCellBottom{
	height: 10px;
}
#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: #333;
}
a.pollingLink:hover{
	color: #f80;
}