@charset "utf-8";
/* CSS Document */

#contact-show{
	width:440px;
	height:400px;
	float:left;
	margin-top:30px;
	
	background:url(../../images/Contact.png) no-repeat left 20px ;
}

#contact-show h2{
	background:url(../../images/content-header-contact.png) -10px top no-repeat;
	width:233px;
	height:45px;
	text-indent:-500px;
	
}
#contact-show p{
		color:#fefefe;
		margin-left:230px;
		padding-left:10px;
}
#contact-form {
margin-top:30px;
	width:500px;
	float:left;
}
#contact-form input,textarea  {
	float:left;
	border:#CCCCCC solid 1px;
	width:100%;
	margin:5px 0 5px 0;
	padding:5px;
	color:#000000;
}
#contact_name {}
#contact_email {}
#contact_subject {}
#contact_commend {
	height:200px;
}
#contact-form  .btm{
	padding:5px;
	width:80px;
	float:right;
	margin:5px -10px 5px 5px;
}

