#container
{
	Position: absolute;
	Top: 110px;
	left: 0px;
	text-align: left;
	padding-top: 20px;
}

.fieldentry
{
	clear: both;
	margin-left: 75px;
	width: 400px;
	height: 25px;
}

.lbl
{
	float: left;
	color: #4c5945;
}

.txtbox
{
	float: right;
	width: 200px;
	color: #f1edd2;
	background-color: #788a6e;
	border: none;
	overflow: hidden;
	font-family: 'Times New Roman';
}
.txtboxsmall
{
	float: right;
	margin-left: 4px;
	width: 98px;
	color: #f1edd2;
	background-color: #788a6e;
	border: none;
}

#btnSubmit
{
	Position: absolute;
	Top: 350px;
	left: 500px;
	width: 280px;
	text-decoration: none;
	color: #4c5945;
}

#btnContinue
{
	Position: absolute;
	Top: 370px;
	left: 500px;
	width: 280px;
	text-decoration: none;
	color: #4c5945;
}
