/* HEADER */

div#header
{
	width: 780px;
	height: 194px;
	background: url(images/header_form.jpg) no-repeat left top;
	border-bottom: solid 1px #fff;
}

/* LOGO */

div#logo img
{
	display: block;
}



div#content form
{
	margin: 0;
	padding: 0;
}

div#titleblock
{
	width: 671px;
	height: 28px;
	padding: 5px 12px 0 33px;
	margin: 20px 0 10px 0;
	background: url(images/title_form.jpg) no-repeat left top;
}
div#content h1
{
	text-transform: uppercase;
	font-size: 110%;
	color: #042978;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
div#content h2
{
	font-size: 150%;
	font-weight: strong;
	color: #042978;
}
div#content h3
{
	font-size: 120%;
	font-weight: strong;
	color: #bd0000;
}
div#content red
{
	font-size: 100%;
	font-weight: strong;
	color: #bd0000;
}
div#titleblock span.required
{
	float: right;
}

div#content .required
{
	font-size: 110%;
	color: #bd0000;
	font-weight: bold;
}

div#content a
{
	color: #bd0000;
}

div#content table
{
	margin-left: 28px;
}
div#content table td
{
	padding: 0 20px 15px 0;
}
div#content table td.required
{
	width: 8px;
	padding: 0 0 10px 0;
	vertical-align: top;
}