@CHARSET "ISO-8859-1";
#contact_box {
	float: left;
	width: 534px;
	margin: -100px 0 0 280px;
}

#contact_top_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tl_wit.png);
}
#contact_top_center {
	float: left;
	width: 479px;
	height: 23px;
	background: #fff;
}
#contact_top_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tr_wit.png);
}
#contact_center {
	position: relative;
	float: left;
	width: 479px;
	background: #fff;
	padding: 0 23px;
}
#contact_bottom_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/bl_wit.png);
}
#contact_bottom_center {
	float: left;
	width: 479px;
	height: 23px;
	background: #fff;
}
#contact_bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/br_wit.png);
}

label {
	display: block;
	width: auto;
	padding-top: .25em;
	padding-right: 10px;
	float: left;
	text-align: left;
}
form div label {
	width: 85px;
}
input {
	float: left;
}
form div {
	float: left;
	margin-top: .25em;
}
.input {
	width: 350px;
	clear: left;
}
.input input {
	width: 230px;
	border: 1px solid #999;
}
.submit {
	position: absolute;
	bottom: 38px;
	left: 391px;
}

p.required {
	float: left;
	clear: both;
	margin-top: 1em;
	width: 400px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}


