
	
#contact-us-wrapper {
	background: url('../../sahani/images/hero-contact_us.jpg') no-repeat;
	height:716px;
	width:992px;
	margin:0px;
	padding:0px;
	position:relative;
	}

#contact-us-content {
	background-color:#fff; 
	width:299px;
	position:absolute; 
	top:30px; 
	right:0px;
	background: url('../../sahani/images/contact-us-content-bg.png') no-repeat left 1px;
	min-height:685px;
	padding: 0 15px;
	width:286px;
}

#contact-us-content h2{
	color: #fff; 
	text-align:left; 
	margin:9px 0 8px 0;
}

#contact-us-text{
	padding: 0 5px;
}


#contact-form {
	padding:0; 
	width:286px; 
	margin:0px
	}
	
	#contact-form label {
		display:block; 
		color:#333333; 
		margin:0; 
		padding:0
	}
	
	#contact-form label.error {
		display: inline;
		color: #f00 !important; 
	}
	
	#contact-form input[type=text] {
		width:267px; 
		border:1px solid #cccccc; 
		line-height:18px; 
		margin: 0 0 5px 0;
		}
		
	#contact-form textarea {
		width:267px; 
		height:230px; 
		border:1px solid #cccccc; 
		background-color:#fff; 
		margin: 0 0 5px 0;
		}
		
	#contact-form .search-submit {
		margin-left: 206px;
		}
		

#contact-form input[type=submit] {
	text-transform: uppercase;
	color: #fff;
	width: 63px; 
	height: 24px; 
	border: none; 
	background-color: #222; 

	font: bold 11px Georgia, "Nimbus Roman No9 L", serif; 
	cursor: pointer; 
	text-align: center; 
	padding:0; 
	margin:0;
	float:right;
	margin-top:4px;
	margin-right:15px;
	}
