@charset "utf-8";
/* CSS Document */
fieldset {
	border:none;
	margin-top:20px;
}
label {
	text-transform:uppercase;
	color: #e78a00;
	display:block;
	font-family: "Gill Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
}
input, textarea {
	font-family: "Gill Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	border:#999 1px solid;
	padding: 2px 3px;
	background:#e1e1ca;
}
input {
	margin-bottom:10px;
}
textarea {
	width:572px;
	margin-bottom:10px;
}
.w206, input.w206 {
	width:206px;
}
.w238, input.w238 {
	width:238px;
}
.w280, input.w280 {
	width:280px;
}
input.w287, .w287 {
	width:287px;
	float:left;
	margin-right:5px;
}
input.w64, .w64 {
	width:64px;
	float:left;
	margin-right:10px;
}
input.w62, .w62 {
	width:62px;
}
input.wide, .wide {
	width:572px;
}
#Submit {
	margin-left:519px;
	border:#999 1px solid;
	/*padding: 2px 2px;
	background:#e1e1ca;*/
}
/*Grabbed this code from the web for replacing button with image*/
#Submit {
	width: 63px;
	height: 21px;
	/*margin: 0;
  padding: 0;*/
  /*border: 0;*/
 /* background: transparent  url(../../images/contact/buttonSubmit.gif) no-repeat center top;*/
 background: #e1e1ca url(../../images/contact/buttonSubmit.gif) no-repeat center center;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
