#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:274px; 
	float:left; 
	margin: 0px 25px 0px -11px;
	position: relative;
 margin-top:-28px;
}


.form .form-row { 
	width:300px; 
	margin-bottom: 4px; 
	float:left; 
}

.form .label { 
	float:left; 
	width:100px;
	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; 
}

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

.form .error-div { 
	color:#993355;
	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:url(submit-btn-bg.gif) repeat-x 0 0;
	color:#5f5f5f;
	border:1px solid #aaa;
	float:right;
	display:block;
	cursor:pointer;
	font-weight:bold;
	position: absolute;
	bottom: 24px;
	right: 14px;
}

.form .sendBtn:hover { 
	background:url(submit-btn-bg-hover.gif) repeat-x 0 0; 
	color:#F55E18; 
	border:1px solid #5f5f5f; 
}