form.contact {
	background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:95%;
	padding:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
form.contact ol {
	list-style:none;
	margin:0;
	padding:0;
	}
form.contact li {
	padding:0px;
/*	background:#e1e1e1;*/
	margin-bottom:1px;
	display:inline-block;
	}
form.contact li#send {
	background:none;
	margin-top:6px;
	}
	
	
	
	
	
	
form.contact label {
	clear:left;
	float:left;
	width:200px;
	text-align:right;
	margin-right:7px;
	color:#8a0600;
	/*line-height:30px;  This will make the labels vertically centered with the inputs */
	}
	
	
	
	
	
	
	
	
	

form.contact label.optional {
/*	color:#c90235;*/
	color:#000000;
	}


form.contact ol li label a:link, form.contact ol li label a:visited, form.contact ol li label a:hover, form.contact ol li label a:active {
    color:#0066CC;
	}


form.contact input,
form.contact textarea {
	padding:4px;
	font:13px Georgia, "Times New Roman", Times, serif;
	border:1px solid #999999;
/*	width:200px;*/
	width:400px;
	float:left;
	}
form.contact textarea {
	height:150px;
	}

form.contact input:focus,
form.contact textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
	}

form.contact li#send button {
	background:#003366 url(images/css-form-send.gif) no-repeat 8px 50%;
	border:none;
	padding:4px 8px 4px 28px;
	border-radius:15%; /* Don't expect this to work on IE6 or 7 */
	-moz-border-radius:15%;
	-webkit-border-radius:15%;
	color:#fff;
	margin-left:77px; /* Total width of the labels + their right margin */
	cursor:pointer;
	}

form.contact li#send button:hover {
	background-color:#006633;
	}

form.contact input.radio {
	width:auto;
	border:none;
	float:none;
	}

form.contact input.checkbox {
	clear:left;
	float:left;
	width:200px;
	text-align:right;
	margin-right:7px;
	color:#8a0600;
	 /* This will make the labels vertically centered with the inputs */
	}



form.contact li:before {
	clear:both;
	}
form.contact ul.emphasis { font-weight:bold;font-style:italic;list-style:none; }

form.contact h1 {
	clear:both;
	border-bottom:1px solid #CC6600;
	margin:2px;
	width:98%;
	text-align:left;
	}

form.contact p.email {
	font-style:italic;
	}

.g-recaptcha {
	float:left;padding:2px;width:400px;
	}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}