/*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;
}


#pollingCell{
	padding: 3px 10px 3px 6px;
	color: #333;
}
#pollingCell2{
	padding: 10px;
	border: 1px solid #efefef;
}
#pollingCell2 table{
	width: 100%;
}
#pollingCell2 th{
	padding: 6px;
	background: #efefef;
}

#pollingCell2 td{
	border-bottom: 1px solid #efefef;
}

#pollingCell2 a{
	color: #780000;
}
#pollingCellHeader{
	text-align:center; 
	color:#000; 
	padding: 12px 8px 4px 6px;
	font-weight: bold;
}
#pollingCellHeader2{
	font-weight: bold;
	color: #333;
	padding: 10px 0px;
	text-transform: uppercase;
}

#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;
}
