#contactDetails{
	width: 228px;
	height: auto;
	float: left;
 margin-top: -35px;
}

#contactDetails h1{
	color: #E14B14;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.info { 
	clear:both; 
	padding-top:30px; 
	line-height:1.6; 
}

input { 
	outline:none; 	
}

.form { 
	margin:40px 10px 0 0; 
 
}

#formL{
	width:300px; 
	float:left; 
 margin-top:-28px;
}

#formR{
	width:400px; 
	float:right; 
	margin: -28px 25px 35px -11px;
	position: relative;
}


.form .form-row { 
	width:360px; 
	margin-bottom: 40px; 
	float:left; 
}

.form .label { 
	float:left; 
	width:160px;
	margin:3px 0 0 5px; 
}

.form .input-container { 
	float:left; 
	width:195px; 
	margin: 0px 0px 0px -10px;
}

.form .input { 
	width:180px;	
	height:22px; 
	border:2px solid #c4c4c4; 
 line-height: 22px !important;
 padding: 3px 0px 0px 0px;
}
.form .textarea { 
	/*width:180px; 
	height:174px; */
	border:2px solid #c4c4c4; 
	font-family:Tahoma; 
	font-size:11px; 
}

.error-input, .form .error-both .input, .form .error-same .input { 
	background-color:#F7C2ED; 
	border-color:#BB6666; 
	color:#660000; 
}


.error-div { 
color:#993355;
font-size:14px;
margin:9px 10px 0 4px;
width:309px;
}

.form .error-div-alternative { 
	display:none; 
	width:800px; 
	top:0; 
	left:50%; 
	position:absolute; 
	z-index:1000; 
	margin-left:-400px; 
	text-align:center; 
	font-size:16px; 
	color:#934; 
	padding:20px 0 20px 0; 
	background-color:#fee; 
	border:solid 2px #d36; 
	border-top-width:0; 
}
.form .error-same, .form .error-both { 
	color:#fff; 
	background-color:#b66; 
}

.submit{
float: right;
	width:75px;
	height:24px;
	text-align:center;
	background-color: #64E3FA;
border: 0;
	cursor:pointer;
}

.messageBox{
float:left;
margin:10px 0px -10px 137px;
}
