body
{
	font: 62.5% Arial,Helvetica,sans-serif;
	background: #FFF;
	color: #666;
	margin: 0px;
}
	
a						{ color: #1D73C9; font-size: 0.9em; vertical-align: middle;}
a:active 				{ color: #1D73C9; font-size: 0.9em; vertical-align: middle;}
a:visited 				{ color: #1D73C9; font-size: 0.9em; vertical-align: middle;}
a:hover 				{ color: #AB2E12; text-decoration: underline; font-size: 0.9em; vertical-align: middle;}
form, select, input 	{ margin: 0px; padding: 0px; }
tr						{ vertical-align: top; }
h1						{ font-size: 1.3em; }
h2						{ font-size: 1.1em; }
h5						{ font-size: 1em; }
.error
{
	color: #F00;
}
.success
{
	color: #008000;
}
form
{
	margin: 10% 0px 0px 10%;
	padding: 0px;
}
.login
{
	background: #FFF;
	margin: 10px;
	padding: 0px;
	font-size: 1.1em;
}
.loginframe
{
	font-size: 1.5em;
	float: left;
	width: 498px;
	height: 342px;
	background: url(../../_images/manage/login-area-bg-blue.gif) no-repeat;
}
.greeting
{
	width: 178px;
	height: 165px;
	background: url(../../_images/manage/greeting-bg-box.gif) no-repeat;
	margin: 90px 3px 0px 15px;
	float: left;
	text-align: center;
}
.greeting p
{
	margin: 15px 10px 20px 10px;
}
.loginform
{
	position: relative;
	top: 85px;
	left: 22px;
	width: 383px;
	height: 105px;
	padding-top: 15px;
	overflow: hidden;
}
.loginmsg
{
	position: relative;
	top: 85px;
	left: 22px;
	width: 383px;
	height: 36px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-family: verdana;
	font-size: .7em;
	line-height: 12px;
}
.checkbox
{
	border: 0px;
	margin-right: 3px;
}
.labels
{
	margin-left: 5px;
	width: 140px;
	line-height: 22px;
	text-align: right;
	float: left;
}
.inputs
{
	padding-right: 10px;
	text-align: right;
	float: right;
}
.inputs input
{
	margin-bottom: 3px;
}
.button
{
	clear: both;
	border: 0px;
	position: relative;
	left: 190px;
	top: 75px;
}
.retrieve
{
	clear: both;
	border: 0px;
	position: relative;
	left: 147px;
	top: 75px;
}
.heightanchor
{
	clear: both;
}
