/* CONTACT */

#contact_form {
	text-align: right;
}

#contact_content {
	float: left;
	height: auto;
	width: 485px;
	padding: 0 30px;
	color: #000;
	text-align: right;
}

#first_name_txt, #last_name_txt, #email_txt, #phone_day_txt, #phone_evening_txt, #prefer, #category_list, #message_txt {
	width: 300px;
	border: 1px solid #999999;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
	
#first_name_txt:focus, #last_name_txt:focus, #email_txt:focus, #phone_day_txt:focus, #phone_evening_txt:focus, #prefer:focus, #category_list:focus, #message_txt:focus {
	border: 1px solid #891a11;
	color: #ffffff;
	background-color: #891a11;
}

#message_txt {
	vertical-align: top;
}

#submit_btn {
	background-color: #ffffff;
	border: 1px solid #891a11;
	color: #891a11;
}
	
#submit_btn:focus {
	border: 1px solid #ffffff;
	background-color: #891a11;
	color: #ffffff;
}
	
#reset_btn {
	background-color: #ffffff;
	border: 1px solid #891a11;
	color: #891a11;
}
	
#reset_btn:focus {
	border: 1px solid #ffffff;
	background-color: #891a11;
	color: #ffffff;
}
