
#contact{
	background: url(../img/contact.png) no-repeat;
	width: 600px;
	height: 400px;
}

#frm_contact input[type=text], select{
	background: none;
	border: none;
	width: 340px;
	height: 30px;
	margin-left: 210px;
	margin-top: 3px;
	padding-left: 10px;
	font-size: 16px;
}
#frm_contact input:first-child{
	margin-top: 10px;
}
#frm_contact select{
	width: 350px;
	height: 27px;
	padding-top: 3px;
	margin-bottom: 3px;
}
#frm_contact textarea{
	background: none;
	border: none;
	width: 530px;
	height: 150px;
	margin-left: 20px;
	margin-top: 15px;
	padding: 5px;
	font-size: 16px;
}
#frm_contact input[type=submit]{
	margin-top: 5px;
	margin-left: 20px;
}
/*
#contact input.frm{
	border: 1px solid #381C66;
	font-family: courier;
	font-size: 14px;
	line-height: 16px;
	height: 20px;
}
#contact textarea{
	border: 1px solid #381C66;
	font-family: courier;
	font-size: 14px;
	margin-left: 3px;
}
#contact input#frm_submit{
	border: 1px solid #381C66;
	font-family: courier;
	font-size: 14px;
	padding: 7px 9px 7px 9px;
}
#contact td{
	height: 18px;
}
#contact #frm_submit{
	cursor: pointer;
}
*/


