body
{
	background: #dbe2ea;
	min-width:930px;
}
.base
{

	margin-top: 40px;
	position: relative;
	margin-left: 50%;
	left: -440px;
	width: 882px;
	height: 772px;

}
.basecontent
{
	border:  1px solid #b7c2cf;
	width: 880px;
	height: 770px;
	
	background: #fff;
}
.left
{
	width: 440px;
	border-right: 1px solid #b7c2cf;
	height: 770px;
	float: left;
	background: url('/images/system_logo.gif') center 50px no-repeat;
}
.left p
{
	margin-bottom: 5px;
	margin-top: 0px;
}
.intro
{
	margin-top: 100px;
	font: 10pt Arial, serif;
	text-align: center;
	color: #333;
	padding: 0px 10px;
}
.top
{
	width: 439px;
	height: 150px;
	border-bottom: 1px solid #b7c2cf;
	float: left;
	
}
.bottom
{
	float: left;
	width: 439px;
	padding-top: 80px;
}
form
{
	width:  200px;
	margin-left: 120px;
	margin-top: 15px;
}
label
{
	display:  block;
	font: 11pt Georgia, serif;
	color: #2f3d86;
}
input.textfield
{
	width: 100%;
	border: 1px solid #eee;
	border-color: #ccc #eee #eee #ccc;
	margin-bottom: 5px;
	margin-top: 1px;
	font: 10pt Verdana;
	text-indent: 2px;
}
input.button
{
	float: right;
}
strong
{
	font: 14pt Georgia, serif;
	color: #2f3d86;
	display:  block;
	text-align: center;
}
.top strong{
	font: 18pt Georgia, serif;
	margin-top: 73px;
}
.footer
{
	color: #777;
	text-align: center;
	clear:  both;
	font: 9pt Arial, serif;
}
.errorMessage
{
	font: 9pt Georgia, serif;
	color: red;
	display:  block;
	text-align: center;
	
}
.performance
{
	font: 9pt Arial, serif;
    float: left;
	width: 439px;
	padding-top: 80px;
}
.performance td
{
	padding: 5px;
	padding-bottom: 0px;
	
}
.performance th
{
	padding-top: 10px;
	font-weight: normal;
}
.performance td.tdright
{
	text-align: right;
	
}