/*css untuk form polling */
#pollingContainer{
	margin-bottom: 10px;
}
#pollingContainer2{
	padding: 10px;
	margin-bottom: 10px;
}


#pollingCell{
	padding: 3px 0px;
	font-size: 12px;
}
#pollingCell2{
	padding: 4px 10px 4px 10px;
}


#pollingCellHeader{
	margin-bottom: 10px;
	padding: 10px 0px;
	text-align: left;
	color: #d99100;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/lineHeading.gif) bottom left repeat-x;
}
#pollingCellHeader2{
	margin: 0px;
	padding: 10px;
	text-align: left;
	color: #4d3507;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background-color: #f2f1d6;
}

#pollingCellBottom{
	margin-top: 5px;
	padding: 10px 10px 10px 20px;
	font-size: 11px;
	text-align: right;
	background: url(../images/dashed.gif) top left repeat-x;
}
#pollingCellBottom2{
	text-align: center;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	margin-top: 10px;
	cursor: pointer;
	border: 1px solid #111;
	background-color: #2d2b2c;
	color: #e2af46;
	padding: 0px 6px;
	font-weight:bold;
	cursor: pointer;
}
a.pollingLink{
	color: #d89000;
	text-decoration: none;
	font-weight: bold;
}
a.pollingLink:hover{
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}