@charset "utf-8";
/* CSS Document */


textarea {
	font-size: 12px;
	color:#666666;
	height:195px;
	width:230px;
	border:solid 0 #fff;
	background-image: url(../web%20graphics/contactus_message.png);
	background-color: transparent;
	background-repeat: no-repeat;
	font-family: "Lucida Grande";
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
}
input.red {
	background-color: transparent;
	font-size: 12px;
	color:#666666;
	border:solid 0 #fff;
	background-image: url(../web%20graphics/contactus.png);
	width: 190px;
	background-repeat: no-repeat;
	height: 30px;
	font-family: "Lucida Grande";
	padding-left: 15px;
	padding-top: 3px;
}
input.submit {
	background-color: transparent;
	font-size: 12px;
	color:#666666;
	border:solid 0 #fff;
	background-image:url(../web%20graphics/contactus_submit.png);
	width: 50px;
	background-repeat: no-repeat;
	height: 30px;
	font-family:"Lucida Grande";
}

