/*css untuk form polling */
#pollingContainer{
	width: 255px;
	height: 250px;
	display: block;
	float: right;
	background: #DEEACE;
	padding-left: 8px;
	padding-right: 8px;
	
}
#pollingContainer2{
	margin-bottom: 10px;
	width: 450px;
}


#pollingCell{
	padding: 3px 10px 3px 6px;
	color: #333;
}
#pollingCell2{
	background: url(../images/stdFormHeader_02.jpg) repeat-y center;
	padding: 4px 10px 4px 10px;
}


#pollingCellHeader{
	text-align:center; 
	color:#000; 
	padding: 12px 8px 4px 6px;
	font-weight: bold;
}
#pollingCellHeader2{
	background: url(../images/stdFormHeader_01.jpg) no-repeat;
	font-weight: bold;
	color: #333;
	padding: 9px 8px 7px 55px;
}

#pollingCellBottom{
	padding: 4px 4px 4px 4px;
	text-align:right;
}
#pollingCellBottom2{
	background: url(../images/stdFormHeader_04.jpg) no-repeat top;
	height: 20px;
}

.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;
	font-weight: bold;
}
a.pollingLink:hover{
	color: #f80;
}