#container
{
	clear: both;
	text-align: left;
	background-color: white;
	margin-top: 30px;
}

.title
{
	font-weight: bold;
	color: #6A5448;
}

.fieldentry
{
	clear: both;
	width: 400px;
	margin-left: 175px;
	margin-bottom: 5px;
}

.lbl
{
	float: left;
	color: #6A5448;
	font-size: 80%;
}

.txtbox
{
	float: right;
	width: 200px;
}

#btnSubmit
{
	clear: both;
	margin-top: 10px;
	margin-left: 330px;
}

#tradingfooter
{
	margin-top: 16px;
	color: #828386;
	text-align: center;
	font-size: 70%;
}

