@charset "utf-8";
.submit {
	margin-left: 10px;
	}
.clear {
	clear:both;
	}
input {
	color: #59733C;
	border: 1px solid #98868a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 250px;
	}
textarea {
	border: 1px solid #98868a;
	width: 250px;
	color: #59733C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
input.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAF4E8;
	font-weight: normal;
	height: 25px;
	border: 1px solid #837175;
	width: 123px;
	background-color: #98868a;
	background-image: url(../images/header_menu_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 16px;
	text-align: center;
}

/* display labels next to form elements, add a class for when you want them to stack */
label {
	display: block;
	float:none;
	color: #800033;
	}
input:focus, textarea:focus {
	border: 2px solid #98868a;
	background-image: url(../images/formfields_bg.jpg);
	background-repeat: repeat;
	}
#contactform {
	background-image: url(../images/contact_bg.gif);
	background-repeat: no-repeat;
	width: 470px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-position: left top;
	height: 510px;
}
