body {font-family: Arial; font-size: 13px; color: #4c4c4c;}
legend {font-size: 12px; font-weight: bold; color: #446d30;}
hr {border: 1px solid #6e905e;}
img {border:none;}
fieldset {
	border: 2px solid #97C282;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border: 8px;
	}

table {border-collapse: separate; empty-cells: hide; width: 100%;}
td {padding: 5px 0 5px 0;}

form {
	width: 700px;
	border: 4px solid #97C282;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border: 8px;
	}

input {
	color: blue;
	font-weight: bolder;
	margin-bottom: 3px;
	border: 1px solid #7c7b6e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border: 3px;
	box-shadow: 3px 3px 5px #85a57c;
	-moz-box-shadow: 3px 3px 5px #85a57c;
	-webkit-box-shadow: 3px 3px 5px #85a57c;
	}

input:focus, textarea:focus {background-color: yellow;}

textarea {
	color: blue;
	font-weight: bolder;
	margin-bottom: 3px;
	border: 1px solid #7c7b6e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border: 3px;
	box-shadow: 3px 3px 5px #85a57c;
	-moz-box-shadow: 3px 3px 5px #85a57c;
	-webkit-box-shadow: 3px 3px 5px #85a57c;
	}
.review {font: 16px Tahoma; color: red; padding: 2em; margin-bottom: 0px; width: 600px; text-align: justify;}
.boxed {
	border: 1px solid #97C282;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border: 3px;
	}
.digit-2 {width: 17px;}
.digit-3 {width: 27px;}
.digit-4 {width: 37px;}
#Header {height: 135px; padding: 5px;}
#Header h1 {width: 230px; height: 70px; text-align: center; font-size: 30px; margin-top: 5px; margin-right: 20px;}
#Header h2 {width: 230px; height: 20px; text-align: center; font-size: 13px; margin-right: 20px;}
.section_3 {height: 90px; text-align:center;}
.section_3 textarea {width: 90%; height: 50px; font-family: Arial;}
.section_4 {height: 90px; text-align:center;}
.section_4 textarea {width: 90%; font-family: Arial;}
.blue {color: blue; font-weight: bold; padding: 3px; margin: 1px;}

