/*css untuk form polling */
#pollingContainer{
	width: 190px;
	height: auto;
	margin-top: 10px;
	border: 1px solid #bbb;
}
#pollingContainer2{
	margin-bottom: 10px;
	width: 450px;
}


#pollingCell{
	padding: 1px 8px 1px 6px;
	background-color: #efefef;
	background-repeat: repeat-y;
	color: #333;
}
#pollingCell2{
	border-left: 1px solid #f90;
	border-right: 1px solid #f90;
	padding: 4px 10px 4px 10px;
}


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

#pollingCellBottom{
	background-color: #efefef;
	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;
}