div.contact_form_description {
	
	float:left;
	margin-top:20px;
	width:300px;
	margin:0px;

	
	
}


div.contact_form {
	
	float:left;
	background:url(../images/default/contact_form.jpg) no-repeat;
	width:400px;
	height:400px;
	position:relative;
	
}

form#contactForm {
	
	position:absolute;
	right:50px;
	top:50px;
	
}

form#contactForm input, form#contactForm textarea {
	
	width:200px;
	padding:2px;
	color:#222211;
	font-size:12px;
	font-family:trebuchet ms, tahoma;
	background-color:#FDEDDD;
	border:1px solid #9C8F7E;	
	
}

form#contactForm input[type=submit] {
	
	cursor:pointer;
	width:200px;
	padding:2px;
	color:#FDEDDD;
	font-size:12px;
	font-family:trebuchet ms, tahoma;
	background-color:#221100;
	border:1px solid #9C8F7E;	
	
}
