body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

}
.bg {
	background-color: #CCCCCC;
}
.ballot {
	width: 60%;
	border-bottom-color: #999;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-color: #999;
	border-left-color: #999;
	border-left-style: none;
	border-left-width: thin;
	border-right-color: #999;
	border-right-style: none;
	border-right-width: thin;
	border-top-color: #999;
	border-top-style: none;
	border-top-width: thin;
}
.ballot1 {
	background-color: #663366;
	font-weight: bolder;
	color: #CCCCCC;
}
.ballot tr td p {
	text-align: left;
	
}
.ballot {
	background-color: #FE3299;
	color: #FFF;
	line-height: 1.25em;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border-top-left-radius: 5;
	border-top-right-radius: 5;
	border-radius: 0px;
	text-shadow: 2px 2px 0px rgba(153,153,153,1);
	background-position: left;
}
.ballotbox {
	background-color: #FFEADF;
	color: #666;
}

