#contactDetails{
	width: 228px;
	height: auto;
	float: left;
 margin: -30px 0px 0px 10px;
}

#contactDetails h1{
	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: 0; 
 
}

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

#formR{
	width:274px; 
	float:left; 
	margin: 0px 25px 0px -11px;
	position: relative;
 margin-top:-28px;
	height: 207px;
}

.form{
width: 362px;
height: auto;
margin: 10px 0px 0px 0px;
}

.form .form-row { 

	margin-bottom: 4px; 
}

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

.form .input-container { 
}

.form .input { 
	width:300px;	
	border:1px solid #c4c4c4; 
}
textarea { 
	width:355px; 
	border:1px solid #c4c4c4; 
}

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

.form .error-div { 
	color:white;
	font-weight: bold;
	font-size:10px;
	margin:0 10px 0 131px;
	width:156px;
}

.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; 
}
.form .sendBtn {
	width:75px;
	height:24px;
	text-align:center;
	background-color: #636262;
	color:white;
	border:1px solid white;
	float:right;
	display:block;
	cursor:pointer;
	margin: 10px 0px 0px 0px;
}
