/*css untuk form polling */
#pollingContainer{
	padding-top: 20px;
	vertical-align: top;
}
#pollingCell{
	text-align: center;
}
#pollingCellHeader{
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #e4aeae;
	font-weight: bold;
	padding-bottom: 5px;
}
#pollingCellBottom{
	padding: 4px 10px 10px 10px;
	color: #C00000;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#pollingCell table {
	border: 1px solid #eedfdf;
	width: 95%;
	border-collapse: collapse;
	background-color: #fff;
}
#pollingCell th {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #06c;
	padding: 2px 0px 2px 10px;
}
#pollingCell td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 0px 2px 10px;
}
.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	border: 1px solid #333;
	background-color: #ccc;
	color: #000;
	font-weight:bold;
	margin: 4px 0px 4px 0px;
}
a.pollingLink{
	color: #C00000;
}
a.pollingLink:hover{
}