/*

Element classes

*/

html
{
	height:			100%;
	overflow:		hidden;
}

body
{
	background-color:	#f6f8fb;
	visibility:		hidden;
	margin:			0px;
	padding:		0px;
	height:			100%;
	overflow:		hidden;
}

body, td, input
{
	font-family:		Tahoma, Segoe UI, Helvetica, Arial;
}

input
{
	font-family:		Tahoma, Segoe UI, Helvetica, Arial;
	background-color:	#e1e6ec;
	color:			#334455;
	font-weight:		bold;
	font-size:		14px;
	height:			18px;
	resize:			none;
	margin:			0px;
	width:			220px;
}

input, textarea
{
	padding:		0px 2px 2px 2px;
}

/*

Logon classes

*/

.logon-container
{
	height:			41px;
	font-weight:		bold;
	font-size:		14px;
	overflow:		hidden;
	white-space:		nowrap;
	width:			370px;
}

/*

Password reset classes

*/

.logon-reset-container
{
	color:			#3366cc;
	height:			100px;
	font-weight:		bold;
	font-size:		13px;
	text-align:		left;
	width:			370px;
	overflow:		hidden;
}

.logon-reset-message
{
	font-size:		18px;
	text-align:		center;
}

/*

End file

*/