body .content .contact {
	width: 900px;
	height: 320px;
	text-align: center; /* Center - IE */
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
	background: url(images/background_contact.gif) no-repeat;
}

body .content .contact .topbottom {
	width: 900px;
	height: 15px;
	float: left;
	text-align: left;
}

body .content .contact .left {
	width: 210px;
	height: 320px;
	float: left;
	text-align: left;
}

body .content .contact .center {
	width: 411px;
	height: 320px;
	float: left;
	text-align: left;
}

body .content .contact .center .item {
	width: 400px;
	height: 30px;
	float: left;
	text-align: left;
}

body .content .contact .center .item .label {
	width: 100px;
	height: 30px;
	float: left;
	text-align: left;
}

body .content .contact .center .input {
	width: 300px;
	height: 30px;
	float: left;
	text-align: left;
}

body .content .contact .center .inputlarge {
	width: 300px;
	height: 70px;
	float: left;
	text-align: left;
}

body .content .contact .divider {
	width: 1px;
	height: 320px;
	float: left;
	text-align: left;
	background-color: RGB(230,230,230);
}

body .content .contact .padding {
	width: 20px;
	height: 320px;
	float: left;
	text-align: left;
}


