<!--

body, table {
	font-family:Arial, Verdana;
	font-size:11px;
	letter-spacing:1px;
}
h1 {
	font-size:12px;
	font-weight:bold;
}
table.mainTable {
	border-width:0px;
	background:none;
}
table.panel {
	background:url(formbg.jpg) no-repeat left center;
	border:solid 1px #da251c;
}
table.panel thead td {
	text-align:center;
	height:20px;
	padding-bottom:10px;
}
table.panel tbody tr td:first-child {
	text-align:right;
	width:120px;
}
table.panel tfoot td {
	height:40px;
}
input.textfield {
	font-size:10px;
	letter-spacing:1px;
	padding:2px;
	width:200px;
	height:14px;
	border:solid 1px #CCCCCC;
	background-color:#F9F9F9;
}
input.button {
	font-size:12px;
	width:100px;
	height:20px;
	background:url(button.gif) no-repeat;
	border-width:0px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:5px;
}
input.button:hover {
	background:url(button_over.gif) no-repeat;
}
span.radioLabel {
	position:relative;
	top:-2px;
}

table.error {
	width:350px;
	margin:10px 0px;
	text-align:center;
	color:#da251c;
	font-weight:bold;
	background:none;
	border-width:0px;
}
table.error td { text-align:left }
div.succes {
	width:350px;
	margin:10px 0px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	background:none;
	border-width:0px;
}
	
-->