/*css untuk form polling */
#pollingContainer{
	height: auto;
	margin-top: 00px;
	float: right;
	width: 198px;
}
#pollingContainer2{
	margin-bottom: 10px;
	width: 440px;
	text-align: left;
}
#pollingContainer3{
	margin-bottom: 10px;
	width: 440px;
	text-align: left;
}


#pollingCell{
	padding: 2px 10px 2px 6px;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	line-height: 140%;
	color: #4a4a4a;
	background-color: #bcbcbc;
}
#pollingCell2{
	text-align: right;
	padding: 2px 10px 20px 6px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 120%;
	background-color: #bcbcbc;
}
#pollingCell3{
	text-align: right;
	padding: 2px 10px 20px 6px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 120%;
	background-color: #fff;
}
#pollingCell4{
	text-align: right;
	padding: 2px 10px 20px 6px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 120%;
	background-color: #fff;
}


#pollingCellHeader{
	text-align:center; 
	color: #000; 
	padding: 20px 8px 10px 6px;
	font-weight: bold;
	border-bottom: 0px solid #ccc;
	border-right: 0px solid #ccc;
	background-color: #bcbcbc;
}
#pollingCellHeader2{
	background-color: #efefef;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #4a4a4a;
	padding: 4px 8px 6px 6px;
	height: auto;
	border: 1px solid #ccc;
}
#pollingCellHeader3{
	background-color: #efefef;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #4a4a4a;
	padding: 4px 8px 6px 6px;
	height: auto;
	border: 1px solid #ccc;
}

#pollingCellBottom{
	padding: 6px 10px 6px 10px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: right;
	background-color: #efefef;
}
#pollingCellBottom2{
	text-align: center;
	border-top: 1px solid #ccc;
}
#pollingCellBottom3{
	text-align: center;
	border-top: 1px solid #ccc;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	margin-top: 6px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #faa619;
	color: #fff;
	font-weight:bold;
}
a.pollingLink{
	color: #fff;
}
a.pollingLink:hover{
	color: #fff;
}
