/* CSS Document */
.formBox {
	background:#f8f8f8;
	border:1px solid #cccccc;
		font-family: Arial;
	font-size: 14px;
	color:#8b261d;
	font-weight: normal;
}

.formField {
	
	width:182px;
	height:18px;
	padding:0px 0px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
	margin-bottom:15px;
	margin-left:10px;
}

.formFieldHome {
	
	width:142px;
	height:22px;
	padding:0px 0px;
	margin-top:4px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#404040;
}


.formMessage {
	font-family: Arial;
	font-size: 12px;
	width:260px;
	height:85px;
	background:#ffffff;
	border:1px solid #cccccc;
}

/*.formbutton:hover {background:transparent url("../images/contact-btn3b.gif") no-repeat center top;}*/

.formSubmit {
	width:68px;
	height:26px;
	background:#5d1a0a;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #2e2e2e;
	font-family: Arial;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.formSubmitHome {
	width:68px;
	height:22px;
	background:#5d1a0a;
	font-weight:bold;
	margin:5px 15px; 0;
	color:#ffffff;
	border:1px solid #2e2e2e;
	font-family: Arial;
	font-size:12px;
	float:right;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

form.myform .formSubmit:focus {
  background: transparent url(../images/submit.jpg) no-repeat center top;
  border: none;
}

form.myform input:focus, form.myform textarea:focus {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #1fae4b;
}
