#container
{
	clear: both;
	text-align: left;
	background-color: black;
	margin-top: 50px;
}

.title
{
	font-weight: bold;
	color: #625B54;
}

.fieldentry
{
	clear: both;
	width: 400px;
	margin-left: 175px;
	margin-bottom: 5px;
}

.lbl
{
	float: left;
	color: Gray;
	font-size: 80%;
}

.txtbox
{
	float: right;
	width: 200px;
}

#btnSubmit
{
	clear: both;
	margin-top: 10px;
	margin-left: 330px;
}

#tradingfooter
{
	margin-top: 26px;
	color: #939598;
	text-align: center;
	font-size: 70%;
}

