#contact  p, label  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

#contact h1 {
	font-size: 24px;
	color: #333333;
	margin: 0;
}

#contact hr { 
	color: inherit; 
	height: 0; 
	margin: 6px 0 6px 0; 
	padding: 0; 
	border: 1px solid #d9d9d9; 
	border-style: none none solid; 
}

#contact {
	display: block;
	width: 430px;
	margin: 0px;
	padding: 0 10px;
	background: url(../images/form/center.png) repeat-y scroll;
}

/* Form style */

#contact label {
	float: left;
	height: 26px;
	line-height: 26px;
	width: 95px;
	font-size: 13px;
}

#contact input, textarea, select {
	width: 255px;
	margin: 0;
	padding: 5px;
	color: #352720;
	background: #F0F0F0;
	border: 1px solid #C1BDBA;
	margin: 0;
	font:13px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	webkit-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
   
#contact input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}
#contact input.submit {
	width: 85px;
	cursor: pointer;
	background:#352720;
	color:#fff;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 

}
#contact input.submit:hover {
	background:#8A7B6A;
}

#contact input[type="submit"][disabled] { 
	background:#888; 
}

#contact fieldset {
	padding:15px 0 0 0;
	border:0px;
	position: relative;
}

#contact legend { 
	padding:7px 10px; 
	font-weight:bold; 
	color:#000; 
	border:1px solid #eee; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	margin-bottom:0 !important; 
	margin-bottom:20px; 
}

#contact span.required {
	font-size: 12px;
	color: #47342A;
}

 /* Select the colour of the * if the field is required. */

#message {
	margin: 0;
	padding: 0;
}
#bot {
	background: url(../images/form/bot.png) no-repeat scroll;
}

.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('../images/form/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
	width: 350px;
}

.loader { 
	padding: 0 10px; 
}

#contact #success_page h1 {
	background: url('../images/form/success.gif') left no-repeat;
	padding-left:22px;
	margin-bottom: 15px;
}
#contact #success_page {
	margin-left: 15px;
}
#ctop {
	background-attachment: scroll;
	background-image: url(../images/form/top.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 450px;
	margin: 0px;
	padding: 0px;
}
#contact_wrap {
	width: 450px;
	margin: 0 0 0 90px;
	float: left;
}
.contact_row {
	height: 35px;
	width: 410px;
	float: left;
	margin-bottom: 15px;
}
.contact_message {
	float: left;
	height: 90px;
	width: 410px;
}
.contact_row #name {
	background: #F0F0F0 url(../images/form/person.png) no-repeat scroll 3% 50%;
	padding-left: 35px;
}
.contact_row #email {
	background: #F0F0F0 url(../images/form/letter.png) no-repeat scroll 3% 50%;
	padding-left: 35px;
}
.contact_row #phone {
	background: #F0F0F0 url(../images/form/phone.png) no-repeat scroll 3% 50%;
	padding-left: 35px;
}
.contact_test {
	height: 80px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}
.contact_test p  {
	margin-bottom: 60px;
	height: 30px;
}
.contact_test label {
	margin-right: -25px;
	margin-left: 6px;
}
#contact #success_page p {
	padding-bottom: 25px;
}
