/* CSS Document */
#body {
	font: Century, Helvetica;
	}

#container {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
}

.h1 {
	font: Century, Helvetica;
	font-size: larger;
	font-weight: lighter;
	color: #CC0033;

}

.form {
	color:#333333;
}

.pre {
	margin-top: 40px;
	color: #333333;
	font-size: 12px;
	top: 100px;
	left: 70px;
}

.submit {
	

