@charset "UTF-8";
/* CSS Document */
input#submitform:hover{
	background-image:url(../images/forms/over/submitform.jpg);
}
textarea.field:focus {
	color: #FFFFFF;
	background-color: #663300;
}
input.field:focus {
	background-color:#663300;
	color: #ffffff;
}
input#mailchimp:focus {
	background-color:#FFFFFF;
}

input#submitform{
	background-image:url(../images/forms/submitform.jpg);
	width:185px;
	height:50px;
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	z-index:0;
}
input.field,textarea.field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#999999;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:0px;
	vertical-align: middle;
	z-index:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 0px;
}
input#securd {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input#mailchimp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#CC0000;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	vertical-align: top;
	z-index:0;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border:none; 
	background:none;
}
input#submitbutton {
	background-image: url(../images/gif/PNG-SUBMIT.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 41px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
}
