/*css untuk form polling */
#pollingContainer{
	margin: 5px 0px 15px 0px;
}
#pollingContainer2{
	margin: 10px 10px 20px 10px;
	background-color: #f7f6f2;
	border: 1px solid #ddd;
	border-top: 0px;
}


#pollingCell{
	padding: 4px 14px;
	color: #333;
}
#pollingCell2{
	padding: 20px 10px;
}


#pollingCellHeader{
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	padding: 10px 16px;
	color: #333;
	font-weight: bold;
	background: url(../images/headingRight.gif) right no-repeat;
}
#pollingCellHeader2{
	margin: 0px;
	padding: 10px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/newsHeader.gif) top no-repeat #333;
}

#pollingCellBottom{
	margin-left: 16px;
	padding: 6px;
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #b3b3b3;
}
#pollingCellBottom2{
	text-align: center;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	cursor: pointer;
	border: 1px solid #333;
	background: url(../images/pollingBtn.gif) left repeat-x #06499a;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 4px;
}
a.pollingLink{
	color: #024997;
	text-decoration: none;
	font-weight: bold;
}
a.pollingLink:hover{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}