body
{
	margin:0;
	padding:0;
	background-color:#dac2da;
	background-image:url(images/main_bg_h.jpg);
	background-repeat:repeat-x;
}
#main_container
{
	padding-top:15px;
	width:994px;
	height:611px;
	background-image:url(images/main_bg.jpg);
	background-repeat:no-repeat;
}
#logo
{
	height:138px;
	background-position:center center;
	background-image:url(images/main_logo.gif);
	background-repeat:no-repeat;
	
}
.form
{
	width:690px;
}
.form .content
{
	width:690px;
	background-image:url(images/main_form_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
}
.form .content_spacer
{
	padding:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}
.form .header
{
	font-size:1px;
	width:690px;
	height:6px;
	background-image:url(images/main_form_bg.gif);
	background-position:-690px 0px;
	background-repeat:no-repeat;
}
.form .footer
{
	font-size:1px;
	width:690px;
	height:46px;
	background-image:url(images/main_form_bg.gif);
	background-position:-690px -6px;
	background-repeat:no-repeat;
}

.form .content *
{
	font-family:Arial;
	font-size:12px;
}
A:hover
{
	text-decoration:none;
}


.form .content .title
{
	margin-top:5px;
	margin-bottom:5px;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#f4f4f4;
}

.form .content .input_text
{
	border:1px solid black;
}