*{
	font-family:Arial, "Trebuchet MS";
	color:#2D180A;
	outline:0;
	padding:0;
	margin:0;
	border:0 none;
	text-decoration:none;
	}
body{
	margin:0;
	padding:16px;
	line-height:18px;
	text-align:left;
	background:url(../images/back5.jpg);
	}

form {
	margin-top:-16px;
	padding:0;
	}	
form input, textarea, label{
	padding:3px;
	font:12px Arial,sans-serif;
	color:#2D2928;
	font-weight:bold;
	background:white;
	vertical-align:top;
	}
form input:hover, form select:hover, textarea:hover{
	background:white;
	color:#9DC647;
	border:1px solid #CECCC4;
	}
form input:focus,form textarea:focus,form select:focus	{ 
	color:black;
	background:white; 
	border:1px solid #CECCC4;
	}

form textarea, form input {
	width:318px; 
	padding:4px;
	border:1px solid #CECCC4;
	}
form textarea {
	height:100px;
	overflow:auto;
	}

fieldset {
	margin-top:0px; 
	padding:5px 0 5px 0; 
	border:none;
	}
label {
	width:180px;
	padding-left:2px;
	text-transform:uppercase;
	background:none;
	display:block;
	}

label.error {
	margin-top:-22px;
	margin-left: 140px;
	width:300px;
	color: #C23C0F;
	font-size: 12px;
	letter-spacing:-0.01em;
	font-weight:normal;
	}
input#reqName, input#reqCity, input#reqEmail, textarea#reqMessage {
	display: none;
	}
.submit-button {
	margin-top:-40px;
	margin-left:0px;
	text-align:center;
	width:120px;
	height:28px;
	font-weight:bold;
	background:#2D2928;
	color:white;
	cursor:pointer;
	border:0;
	}

.submit-button:hover{
	color:white;
	background:#C65D1B;
	}