*{
	padding:0px;
	margin:0px;
}
html, body {
	padding:0; 
	margin:18px 24px;
	background:#FFFFFF; 
	color:#0E2B65; 
	font:10px Arial, Helvetica, sans-serif;
}

div {
	width:752px;
	text-align:left;
}
.head {
	height:124px;
	background:url(../images/head.jpg) no-repeat;
}
.logo {
	height:139px;
	background:url(../images/center.jpg) no-repeat;
}


.home_text {
	height:144px;
	background:url(../images/home_text.jpg) no-repeat;
}
.home_form {
	height:221px;
	background:url(../images/home_form.jpg) no-repeat;
}
.home_bottom {
	height:52px;
	background:url(../images/home_bottom.jpg) no-repeat;
}

.submit {
	width:359px;
	height:52px;
	display:block;
	margin-left:195px;
	background:none;
}
.submit:hover {
	background-image:url(../images/submit_ov.jpg);
}


.formtable {
	margin-left:296px;
}
.formtable td {
	height:26px;
	vertical-align:top;
}
input {
	width:420px;
	border:none;
	padding:0;
	margin:0;
	font-size:12px;
	background-color:#FFFFFF;
	height:19px;
}

::root input {font-size:10px;}

textarea {
	width:420px;
	border:none;
	padding:0;
	margin:0;
	font-size:12px;
	background-color:#FFFFFF;
	height:39px;
	overflow:auto;
}


.head2 {
	height:124px;
	background:#9FB3CE;
}
.thanks_text {
	height:204px;
	background:url(../images/thanks_text.jpg) no-repeat;
}
.thanks_bottom {
	height:213px;
	background:url(../images/thanks_bottom.jpg);
}


.privacy_policy {
	height:23px;
	text-align:right;
}

