/* FORM STYLES */
form {width: 450px;}

fieldset{
	padding:10px;
	border:1px solid #B4CDD5;
	margin-bottom:15px;
width: 450px;
}

.textarea2{
background-color:#FFFFFF;
background-image: none;
border: 1px solid #006666;
margin: 4px;
padding: 6px;
}

input,textarea{
	background-color:#FFFFFF;
	border: 1px solid #006666;
	margin: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*styles the input fields*/
/*styles the form fields*/
label{
	color:#9B7954;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color:#04506B;
font:16px bold Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.submitbutton {
	border: 1px solid #9B7954;
	background-color:#B4CDD5;
}

/*end of form styles */

.tablestyles { 
padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#maintable {
width: 80%;
margin: auto auto;
}
