/* contact form style */

form {
  padding: 0;
  margin: 0;
}
label {
	float: left;
	width: 150px;
	font-weight: bold;
	padding: 5px;
}

#contact label {
	font-size: 18px;
}

input,
textarea{
	padding: 8px;
	font: 400 18px arial, sans-serif;
	background: url(/images/turquoise_bg.png) repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #582314;  
	color:#582314;
}
.textbox-block {
	width: 138px;
}
input:focus,
textarea:focus{  
  border-width: 2px;
	border-style: solid;
	border-color: #582314;  
}
#name, #email, #subject{
	width:280px;
}
#message{
	width:280px;
	height:150px;
}

button {
	border: none;
	padding: 0;
	margin: 0;
}

.form-submit {
	line-height: 39px;
	height: 45px;
	background: url(/images/send_bg.png) no-repeat top left;
	margin-top: 0px;
	width: 221px;
	border: none;
	margin-right: 0px;
	float:right;
	cursor: pointer;
}
.formp
{
margin-bottom:5px;
}

span.error{
color:#990000;
}