#contactForm {
	padding:10px;
	width:400px;
	background-image:url("../images/contact_form_bg.jpg");
	background-repeat:no-repeat;
	text-align:right;
}

#contactForm input, #contactForm select, #contactForm textarea {width:300px; background-color:#ffffff; vertical-align:top; color:#777777;}

#contactForm textarea {height:100px;}

#contactForm #submit {width:50px; height:20px; background-color:#efefef;}