body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #005ea0;
	xbackground-color: #fff;
	background: url(/images/background.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
}

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: 100px;
}
form.preview td, form.preview th {
	border: 1px solid #C7E9E5;
	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, form td.error, form th.error, form .error {
	color: #f60;
}



input.form_error {
	border: 2px solid #f60;
}
form td.error_message {
	width: 40px;
	padding: 0;
	background-image: url(/images/error_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
table .error_message {
	border: 0;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	text-indent: -2000px;
	background-position: center left;
}

table {
	border-collapse: collapse;
}

table.rates tbody th, table.rates tbody td {
	border: 1px solid #fff;
	border-width: 1px 0;
	font-size: 12px;
	white-space: nowrap;
	padding: 1px 2px;
}
