#contactUs-page .label {
	color:#133A8A;
	font-weight:bold;
}
.contact-address {
	margin-top:20px;
}
#contactUs-right-column {
	width:200px;
	float:right;
	margin-left:10px;
	padding:5px;
	background-color:#E0FFD6;
}
form#contactUs {
	border:1px solid #1C5D7D;
	text-align:center;
	width:340px;
	padding:10px;
	margin-right:220px;
}
.contact-form-header {
	margin-right:220px;
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
	background-color:#133A8A;
	width:362px;
	margin-top:20px;
	color:#fff;
}
#contactUs input {
	width:250px;
}
#contactUs-page input.checkbox {
	width:inherit;
}
#contactUs table {
	border-spacing:5px;
}
#contactUs textarea {
	width:250px;
	height:200px;
}
#contactUs .submit {
}
#contactUs th {
	width:130px;
	color:#133A8A;
	text-align:right;
	padding-right:5px;
}
#contactUs td {
	text-align:left;
}
#contactForm_success {
	background-color:#ff9;
	padding:20px;
	border:1px solid #06f;
	margin:20px 10px;
	text-align:center;
	font-weight:bold;
	width:330px;
}
