/*

To get started customizing with CSS, we recommend you 

go to http://headwaythemes.com/documentation/developer-resources/css-map/

to get started.



When writing the selectors for the elements, put body.custom at the

beginning.



For an example on how to change the background with custom CSS

we can use the following code.



body.custom {

	background: red;

}

*/

.reachus {

	background: #eadee2;

	border-bottom: 1px solid #CCCCCC;

	border-top: 1px solid #CCCCCC;

	float: left;

	padding: 20px 20px 0;

	width: 920px;

}

.clr {

	clear: both;

}

.reachus ul {

	list-style: none outside none;

	margin: 0;

	padding: 0;

}

.reachus li {

	float: left;

	min-height: 106px;

}

.reachus li:nth-last-child(2) , .reachus li:nth-last-child(1){

	min-height: 75px;

}

.reachus li:nth-last-child(3) input{

	width:260px !important;

}

.reachus li label {

	color: #FF0000;

	display: block;

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 10px;

	text-align: center;

}

.reachus li input[type="text"] {

	background: none repeat scroll 0 0 #FFFFFF;

	border: 1px solid #CCCCCC;

	color: #777777;

	display: block;

	font-size: 14px;

	height: 28px;

	padding: 0 10px;

	width: 150px;

}

.reachus li small {

	color: #333333;

	display: block;

	font-size: 16px;

	font-weight: bold;

	margin-top: 10px;

	text-align: center;

}

.reachus li:last-child {

	margin-left: 0;

}

.reachus li:last-child small, .reachus li:last-child label {

	text-align: left;

}

.reachus li:nth-child(2) {

	margin: 0 40px;

}

.reachus li input[type="submit"] {

	background: #B00C0C;

	border: medium none;

	color: #FFFFFF;

	cursor: pointer;

	font-size: 15px;

	font-weight: bold;

	height: 30px !important;

	margin: 0 0 0 44px;

	padding-bottom: 2px;

	position: absolute;

	text-align: center;

	width: 100px;

	border-radius: 5px;

}

.double {

	float: left;

}

.reachus li div.double {

	margin-right: 20px;

}