#contact-us-container {
	width: 785px;
	margin: 0 auto; 
}

#contact-us-header-bar { 
	background-image: url(../img/gradients/management_services_long.png);
	margin-bottom: 14px;
	background-position: 126px center;
}

#contact-us-header { width: 116px; background-image: url(../img/headers/contact_us.png); }

#contact-us-header-copy {
	text-align:  center;
	margin-bottom: 30px;
}

a#contact-us-address {
	float: right;
	display: block;
	color: #555555;
	text-decoration: none;
	text-align:center;
}

#contact-us-form {
	float: left;
}

.errors {
	margin: 0 0 11px 126px;
	color: red;
}

.row {
	margin: 0 0 11px 0;
}

.last {
	margin: 0 0 0 126px;
}

label {
	float: left;
	width: 121px;
	height: 19px;
	line-height: 19px;
	margin: 0 5px 0 0;
	font-size: 11px;
	color: #707070;
	text-align: right;
}

.input_container {
	width: 385px;
	float: left;
}

.input_top {
	width: 100%;
	height: 5px;
	background: url(../img/input_top_bottom.png) no-repeat 0px 0px;
}

.input_bottom {
	width: 100%;
	height: 3px;
	background: url(../img/input_top_bottom.png) no-repeat 0px -5px;
}

input.text, textarea.text {
	width: 377px;
	line-height: 11px;
	padding: 0px 4px;
	background-image: url(../img/input_bg.png);
	background-repeat: repeat-y;
	border: none;
	font-size: 9px;
	color: #231f20;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

input.text {
	height: 11px;
}

textarea.text {
	height: 43px;
	resize: none;
	overflow: auto;
}

input.radio {
	margin: 2px 6px 0px 6px;
	float: left;
}

.input_container > label {
	width: 76px;
	text-align: left;
}

select.text {
	width: 100%;
	height: 19px;
	line-height: 19px;
	font-size: 9px;
	color: #231f20;
	background-color: #d7d7d7;
	border: 1px solid #9f9f9f;
}

.req_fields {
	color: #898989;
	font-size: 9px;
	text-align: right;
	width: 100%;
}

#contact-us-submit {
	width: 86px;
	height: 20px;
}

.qr {
	margin:0 0 10px 100px;	
}