
div#preamble {
	height:3px;
}

div#content_main {
	top: 63px;
	height: 453px;
	
}

div#site_info2 {
	position: absolute;
	width: 319px;
	left: 57px;
	top: 456px;
	height: 60px;
	
}
/* form */

form {
	width: 365px;
	margin-top:0;
	margin-bottom: 0.5em;
}	
fieldset {
	background-color:#999;
	padding: 1em;
	border: none;
	
}
label {
	float: left;
	width: 12em;
	
}

select#services {
	width: 10em;
	margin-right: 0.5em;
}
input.submit, input.reset {
 width: 10%;
 
 
}

label em {
	font-size: 80%;
}

textarea {
	width: 23em;
	float: right;
	
}	
#submitarea {
padding-top: 0.7em;
}