/* CSS Document */

.contactus{	
	width:100%;
	height:420px;
	background-color:#FFF;	
	color:#fff;
}
.contactus .form {
	margin:0;
	padding:30px 0;
	width:50%;
	height:100%;
	float:left;
  	background-color:#153D5A;
}
.contactus .form h1{
	text-align: center;
}
.contactus .form .field-wrap{
	margin:25px auto;
	width:80%;
	height:30px;
}
.contactus .form .field-wrap label{
	width:100%;
	text-align: center;
}
.contactus .form .field-wrap input{
	width:100%;
	text-align: left;
	font-size:14px;
}

.contactus .form .field-wrap textarea{
	width:100%;
	height:60px;
	text-align: left;
	font-size:14px;
}
.contactus .text{
	width:50%;
	float:right;
	margin:30px 0 0 0;
	padding:0;
	text-align:center;
	color:#111111;
}

.contactus .text p{
		margin:10px 30px;
	}
#result{ 
	color:#FFFF00;
	font-size:12px;
	margin-top:5px;
	float:left;
}
.sendbutton{
	width:115px;
	height:33px;
	padding:7px;
	background-color:#FFFFFF;
	color:#153D5A;
	cursor:pointer;
	text-align:center;
	margin:45px 0 0 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 0px solid #000000;
	font-size:16px;
	
}

/*****************************************************************/
/***** SCREEN UNDER 760 ******************************************/
/*****************************************************************/
@media only screen and (max-width: 760px) {
	/******* SITES *****************/
.contactus{
	min-height:730px !important;
	padding-bottom:20px !important;
	}
	.contactus .form{
		width:100% !important;
		height:50% !important;
		float:none !important;
	}
	.contactus .text{
		width:100% !important;
		float:none !important;
	}