/*
Contact email form layout file
Created by Pierce Borgens
*/
@charset "utf-8";

form {
width: 618px;	
background-color: #c3d9ad;
padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
}
.antispam {display: none;}

label {
display: block;
margin: 0.3em 0 0.3em 0;
font-size: 12pt;
color: #332924;
font-family: Arial, Helvetica, sans-serif;
}
.error_strings {
font-size: 12pt;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 0.3em 0;
color: #F00;
font-weight: bold;
}
input {width: 250px;}

.button {
width: 100px;
height: 30px;
margin: 0.3em 0.8em 0.3em 0;
font-family: Arial, Helvetica, sans-serif;
color: #332924;
/* 
border: none;
color: #9ecd85;
background-image: -ms-linear-gradient(top, #332924 0%, #1A1513 100%);
background-image: -moz-linear-gradient(top, #332924 0%, #1A1513 100%);
background-image: -webkit-gradient(linear, left top, left bottom, 
				  color-stop(0, #332924), 
				  color-stop(1, #1A1513));
*/				  
}
textarea {
width: 100%;
resize: vertical;	
}
fieldset {border: none;}

h6#form_note {
color: #332924;
font-family: Arial, Helvetica, sans-serif;	
}
