#contact_form {
    margin-top: 20px;
	width: 606px;
}

#contact_form label {
    width: 80px;
    float: left;
    font-size: 14px;
    color: #D7C2AE;
}
    
#contact_form label.error { 
	float: none; 
	font-weight:lighter;
	font-size: 10px;
	color: red; 
	padding-left: 10px; 
	vertical-align: top; 
}

#contact_form span { 
	padding-right: 1em; 
	vertical-align: top; 
}

form#contact input {
    width:250px;
    margin-bottom:20px;
    font-size:14px;
    padding-bottom:10px;
    background-color:#fff;    
}

form#contact input:focus {
    outline: none; /*Disables defalut google Chrome border color */
    border: 2px solid #4C2500;
    background-color: #efefef;
    color: #4C2500;
}


form#contact textarea {
    width: 250px;
	font-size:14px;
    padding-bottom: 0px;
    background-color: #fff;
    margin-bottom: 10px;
}

form#contact textarea:focus {
    outline:none; /*Disables defalut google Chrome border color */
    border:2px solid #4C2500;
    background-color:#efefef;
    color: #4C2500;
}

form#contact .submit {
    margin-top:10px;
    margin-left:100px;
    float:left;
    clear:both;
    border-top: 1px solid #d3d3d3;/* A nice effect to the top of the button */
    background: -webkit-gradient(linear, left top, left bottom, from(#b6b6b6), to(#f8f8f8));
    background: -moz-linear-gradient(top, #b6b6b6, #f8f8f8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#f8f8f8'); /* for IE */
    padding: 8px 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    color: #4C2500;
}

form#contact:hover .submit  {
   border-top-color: #28597a;
   border-top: 1px solid #d3d3d3;/* A nice effect to the top of the button */
   background: -webkit-gradient(linear, left bottom, left top, from(#b6b6b6), to(#f8f8f8));
   background: -moz-linear-gradient(bottom, #b6b6b6, #f8f8f8);
   color: #4C2500;
   }


#loading {
	z-index:10;  
	border:2px solid #888;
	float:left;
	margin-left:80px;
	width:300px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:5px;
}

#loading img {
	margin-top:10px;
}


p#response  {
    
    
}
