@charset "utf-8";
#contact {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: repeat-x;
	height: 420px;
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contact_input {
	background-image: url(../images/contact_inpt001.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 46px;
	width: 358px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact_input02 {
	background-image: url(../images/contact_inpt002.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 152px;
	width: 358px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact_input02 .textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	background-position: left center;
	height: 140px;
	width: 330px;
	background-color: #1F1F1F;
	margin-left: 20px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact_input .textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 46px;
	color: #FFF;
	background-color: #1F1F1F;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	height: 40px;
}
