div.form_block
{
	width: 37.5em; /*600px*/
	text-align: left;
	margin: .6em 0 0 0;
	padding: 0;
	background: #F8F8F1;
	border: 1px solid #EBE8DB;
}
div.form_block h1
{
	color: #00306A;
	background: #FDF4E5 url(/images/Arrow_Blue.gif) no-repeat 8px 50%;
	padding: 4px 0 4px 2em;
	margin: 0;
	border-bottom: 1px solid #C5C5C5;
}
div.form_block h2
{
	color: #00306A;
	background: #F4F4F4 url(/images/Arrow_Blue.gif) no-repeat 8px 50%;
	padding: 4px 0 4px 2em;
	margin: 0;
	border: 1px solid #C5C5C5;
}
div.form_block h3
{
	color: #00306A;
	background-color: #F4F4F4;
	margin: 0;
}

/*
	form:  A full-width table with form content in it
	form1: A full-width table with multiple form tables in it
	form2: A half-width table with form content in it
*/
table.form, table.form1, table.form2
{
	border-collapse: collapse;
	background-color: #F4F4F4;
}
table.form, table.form1
{
	font-size: 90%;
	width: 580px;
	margin: 10px auto;
}
table.form2
{
	width: 290px;
	margin: 0;
}

table.form td, table.form1 td, table.form2 td
{
/*	font-weight: bold; */
}
table.form td
{
	border: 1px solid white;
	border-top: 0;
	padding: 2px 5px;
}
table.form1 td
{
	border: 0;
	padding: 0;
}
table.form2 td	/* must follow table.form1 td or else the cascade breaks */
{
	border: 1px solid white;
	border-top: 0;
	padding: 2px 5px;
}

table.form input, table.form select, table.form2 input, table.form2 select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 10px; */
	font-weight: normal;
	color: Black;
	text-decoration: none;
	border: 1px solid #666666;
}

table.form1 p
{
	padding: 5px 10px;
}

.submit input
{
	color: #333333;
	background: #FDC50B;
	border: 2px outset #d7b9c9;
	font-size: 1.3em;
} 

.space
{
	background-color: White;
}

.errors
{
	color: Red;
	text-align: left;
	padding-left: 2em;
	padding-right: 1em;
}

h2.errors
{
	font-size: 1.5em;
	text-align: center;
}
