table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 99%;
}
th {
	font-size: 100%;
	color: #000099;
	background: #FFFFCC;
	padding: 8px 4px;
}
td {
	background: #FFFFCC;
	padding: 4px;
	font-size: 12px;
}
.first {
	text-align: right;
	vertical-align: top;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
#liveform p {
	padding-right: 10px;
	padding-left: 10px;
}
