
h3 {
	margin: 0;
}
label {
	width: 70px;
	display: block;
	clear: none;
	float: left;
}
.bluBox {	
	border-top: 1px solid #E8E8E8;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #E8E8E8;
	position: absolute;
	right: 50px;
	bottom: 30px;
	width: 450px;
}
.bluBox .bluInner {
	background: #dae7f7 url(../img/blue-bg.gif) repeat-x left top;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #b0c2d6;
	border-bottom: 1px solid #b0c2d6;
	border-left: 1px solid #FFFFFF;
	padding: 25px 15px 5px;
}
#contact_us_box  {
	border: 1px none #b9d2f0;
	padding: 5px ;
}
#contact_us_box label.box_title {
	position: absolute;
	top: 10px;
	left: 12px;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	height: 15px;
	width: 200px;
}
#contact_us_box label {
	width: 80px;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	color: #4b5461;
}
#contact_us_box .text input, 
#contact_us_box textarea {
	border: 1px solid silver;
}
#contact_us_box textarea {
	width: 315px;
	height: 60px;
}
#contact_us_box .text input {
	width: 150px;
	height: 17px;
}
#contact_us_box div {
	margin: 6px 0 0; 
	overflow: visible;
}
#contact_us_box .submit {
	margin-left: 80px;
}
#contact_info label.name {
	color: #4b5461;
	background-color: #bbd3f0;
	border-bottom: 1px solid #b0c2d6;
	border-right: 1px solid #b0c2d6;
	text-transform: uppercase;
	font: 10px Verdana, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contact_info label {
	line-height: 15px;
	height: 12px;
	width: 50px;
	margin: 0 4px 2px 0;
	clear: both;
	padding: 2px 6px;
	text-align: left;
}
#contact_info .info {
	height: 16px;
	margin: 0 4px 2px 0;
	margin-bottom: 2px;
}
.sub_content {
	padding: 0 0 0 30px;
}



