@charset "UTF-8";
/* CSS Document */

#main-form-labels {
	font-size: 10px;
	color: #446d87;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 5px 0 5px;
	width: 5em;
	float: left;
	text-align: right;
	display: block
}

input {
	color: #333;
	background: #eeeeee;
	border: 1px solid #cdcbbc
}
.submit{
	margin: 10px 0 0 62px;
	height: 20px;
} 

textarea {
	color: #333;
	background: #eeeeee;
	border: 1px solid #cdcbbc
}
#main p {
	margin: 0;
}

