/* CSS Document */
form {
	margin-top: 10px;
	}
form label {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}
label{
float: left;
padding-right: 5px;
width: 120px;
font-weight: bold;
text-align:right;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
/*border: 1px solid #344796;*/
}

textarea{
width: 200px;
height: 150px;
}

.boxes{
width: 50px;
}


#submitbutton, #resetbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
height: 20px;
background:#344796;
color: #fff;
font-weight: bold;
font-size: 9pt;
}

br{
clear: left;
}

#footer {
	width: 780px;
	height: 30px;
	clear:both;
	text-align: center;
	background: #336699;
	color: #fff;
	font: 8pt/10pt;
	border-top: 1px solid #990000;
	padding: 3px 0 5px 0;
	}
