*{
	padding: 0;
	margin: 0;
}
#container{
	background: url(../pics/hg.jpg) no-repeat;
	height: 663px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#formcontainer{
	position: relative;
	top: 260px;
	height: 265px;
	width: 315px;
	overflow: auto;
	margin: 0 0 0 270px;
}

label {
	width: 6em;
	display: block;
	text-align: right;
	float: left;
}

textarea{
	font-family: inherit;
	font-size: inherit;
}

.cleaner{
	clear: both;
	float: none;
}

