@charset "utf-8";
/* CSS Document */

body{
background:url(images/bg.jpg) repeat-x;
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#223d61;
}
#wrapper{
width:867px;
margin:0 auto;
}
#header{
background:url(images/header.jpg) no-repeat;
width:867px;
height:235px;
}
#content_wrap{
width:867px;
margin:0 auto;
height:600px;
background:url(images/page_bg.jpg) repeat-y;
}
#content{
width:399px;
padding:10px 20px 10px 20px;
float:left;
}
strong{
color:#2062af;
}
#form{
float:left;
width:415px;
height:500;
background:url(images/form_02.jpg)repeat-y;
}
#form_top{
background:url(images/form_01.jpg) no-repeat;
width:415px;
height:27px;
}
#form_middle{
width:379px;
padding:0px 15px 0px 15px;
background:#eef5fe;
border-left:solid 1px #18487c;
border-right:solid 1px #18487c;
margin-left:2px;
}
#form_bottom{
background:url(images/form_03.jpg) no-repeat;
width:415px;
height:15px;
}
#footer{
margin:0 auto;
clear:both;
width:867px;
height:45px;
background:url(images/footer.jpg);
}
label {
	display: block;
	width: 40%;
	text-align: right;
	margin: 0px 10px 10px 0px;
	font-weight: bold;
	float: left;
}
input,select {
	margin-bottom: 10px;
	float: left;
}
br {
	clear: left;
}
.hidden {
	width: 45%;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #7f9db9;
}
.hidden select {
	margin: 0px;
}
h1{
font-size:14px;
text-align:center;
font-style:italic;
margin-top: 0;
padding-top: 10px;
}
#submit {
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 10px;
	float: none;
	margin: 1em 0px;
}
