#res_div, .contact-us {
	background-color: #134a9b
}
#contact-div, #res_div {
	clear: both
}
* {
	margin: 0;
	padding: 0;
	border: none
}
body {
	font-family: Alef, sans-serif;
	font-size: 12px
}
.content {
	padding-top: 40px;
	padding-bottom: 40px
}
.reg-page {
	color: #555;
	padding: 30px;
	border: 1px solid #eee;
	box-shadow: 0 0 3px #eee
}
.reg-header {
	color: #555;
	text-align: center;
	margin-bottom: 35px;
	border-bottom: solid 1px #eee
}
.btn-submit, .btn-u {
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	font-size: 14px
}
.margin-bottom-20 {
	margin-bottom: 20px
}
.btn-u {
	padding: 6px 13px;
	background: #134a9b
}
.contact-us {
	padding: 30px;
	margin-top: 10px
}
#contact-wrap {
	height: auto
}
#contact-div button {
	width: 100%
}
#res_div {
	height: 200px
}
.contact-us h3 {
	margin: 0;
	color: #fff;
	padding-bottom: 20px
}
.btn-submit {
	background: #ed1e24;
	height: 40px
}
.contact-us .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #A8A8A8;
	background-color: #E2F4FE;
	background-image: none;
	border: 1px solid #FFF;
	border-radius: 4px
}
