
body
{
	font-family: Tahoma;
	font-size: 11pt;
	margin-left: 20px;
	margin-top: 20px;
}

.LoginArea
{
	BORDER-RIGHT: gray 2px solid; 
	BORDER-TOP: gray 2px solid; 
	BORDER-LEFT: gray 2px solid; 
	WIDTH: 380px; 
	BORDER-BOTTOM: gray 2px solid; 
	padding-bottom: 5px;
	padding-left: 2px;
	padding-top: 2px;
}

h1
{
	font-size: 16pt;
}

.ButtonDefault
{
	font-weight: bold;
	background-color: #359303;
	color: #ffffff;
}

.Label
{
	font-weight: bold;
	font-size: 10pt;
	width: 80px;
}

.Message
{
	font-weight: bold;
	font-size: 11pt;
	color: #EA493F;
}

.Error
{
/*	font-weight: bold;*/
	font-size: 10pt;
	color: #EA493F;
}

.FieldRequired
{
}

.Title
{
	font-weight: bold;
	font-size: 14pt;
	color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
}


