body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #015a84;
	background-color: #fff;
	margin: 0pt;
	padding: 0pt;
}

img {
	border: 0;
}

#footer {
	clear: both;
}

th, td {
	vertical-align: top;
}

/* Form
----------------------------------------------- */

form th, form td {
	xfont-size: 11px;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}
form table {
	float: left;
	width: 445px;
	margin-bottom: 20px;
}
form th {
	font-weight: normal;
	text-align: left;
	width: 200px;
	padding-top: 3px;
}
form input.textfield, form textarea {
	width: 100%;
}
/* \*/
* html form input.textfield, * html form textarea {
	width: 98%;
}
/* */
form input#submit, form input.button.main {
	font-size: 16px;
}
form textarea {
	height: 60px;
}
form.preview td, form.preview th {
	border: 1px solid #EFEFEF;
	border-width: 1px 0 0 0;
}
form.preview th.header, form.preview td.spacer {
	border-width: 0;
}
form.preview th strong {
	font-weight: normal;
}
form.preview td, form.preview th.header, form.preview th.header strong {
	font-weight: bold;
}
form strong.error {
	color: #FF6600;
}
form td.error{
	color: #FF6600;
}
form th.error {
	color: #FF6600;
}

