/*css untuk form polling */
#pollingContainer{
	margin-bottom: 10px;
}
#pollingContainer2{
	padding: 10px;
	margin-bottom: 10px;
}


#pollingCell{
	padding: 6px 4px;
	font-size: 1.1em;
}
#pollingCell2{
	padding: 4px 10px 4px 10px;
}


#pollingCellHeader{
	margin: 0px;
	padding: 10px 4px;
	text-align: left;
	color: #a81d3c;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px dotted #f5a2b2;
}
#pollingCellHeader2{
	margin: 0px 0px 20px 0px;
	padding: 10px;
	text-align: left;
	color: #a81d3c;
	font-weight: bold;
	font-size: 12px;
	background-color: #f4f4f4;
}

#pollingCellBottom{
	text-align: right;
}
#pollingCellBottom2{
	text-align: center;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	cursor: pointer;
	border: 1px solid #86bae2;
	background: url(../images/bgButton.gif) left repeat-x;
	color: #fff;
	font-size: 1.0em;
	padding: 0px 4px;
	font-weight:bold;
}
a.pollingLink{
	color: #c36894;
	text-decoration: none;
	font-weight: bold;
}
a.pollingLink:hover{
	color: #f5a2b2;
	text-decoration: none;
	font-weight: bold;
}