.textBoxStandard
{
	background: white;
	color: black;
	border: solid 1px ;
	border-top-color: #006633;
	border-left-color: #006633;
	border-bottom-color: #006633;	
	border-right-color: #006633;
	width: 150px;
}
.dropDownBoxStandard
{
	background: white;
	color: black;
	border: solid 1px ;
	border-top-color: #006633;
	border-left-color: #006633;
	border-bottom-color: #006633;	
	border-right-color: #006633;
}
.formField
{
	float:left;
	margin: 8px 0 0 13px;
	
}
.formLabel
{
	font-weight:bold;
	font-size: 87%;
}
.errorLiteral
{text-align:right;
	color:Red;}
	
	
.mainTitleLabel
{
}
.subTitleLabel
{
	
}
.loginForm
{
	margin:40px;
}
