@charset "UTF-8";
/* CSS Document */





body {	margin: 0px auto;	padding: 0;	text-align: center;	min-width: 600px;	background-image: url("_images/login_bg.jpg");	background-repeat: repeat-x; } 

#fields {	position:absolute;	width:200px;	height:144px;	z-index:2;	left: 175px;	top: 100px; }  /* Fields and content DIV  */
#container{ width:600px; margin: 0px auto}

.error{font-family: Arial, Helvetica, sans-serif; font-size:11px}
#loginError {	position:absolute;	width:176px;	height:18px;	z-index:3;	left: 253px;	top: 224px;}  
#summary {	position:absolute;	width:235px;	height:18px;	z-index:3;	left: 306px;	top: 178px;}  

.session{	position:absolute;	font-size:12px;	font-family:Arial, Helvetica, sans-serif;	top:-55px;	height:20px;	width:230px;	left: 117px;	color:#FFF}
#copyright {	position:absolute;	width:472px;	height:28px;	z-index:4;	left: 48px;	top: 320px; } /* Copyright / Footer DIV */
.login {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #555555; } /* Username and Password text style */
.fields {	color: #777777;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	padding: 6px;	background-color: #f5f5f5;	border: 1px solid #dedbd1;} /* Form field style */
.button {	color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	padding: 5px 10px 5px 10px;	background-color: #757575;	border: 1px solid #888888; cursor: pointer;	cursor: hand;} /* Button style */
.copyright {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #757575;	font-style: italic;} /* Copyright text style */
a:link, a:visited, a:active {	color: #0E3D4D;	text-decoration: none;}  /* Links */
a:hover {	text-decoration: underline;	color: #000000;} /* Links Hover */
.welcome {font-family: Arial, Helvetica, sans-serif; color: #2b7c98; font-size: 18px; letter-spacing: -1px; }/* Welcome text style */
#box {	position: relative;	top: 100px;	right: 0;	margin: 0 auto;	width: 577px;	text-align: left;	height: 340px;	left: 0px; 	background-image: url("_images/login_box.jpg")}
html>body #box {	top: 95px;}
.submit:hover,	.button:hover {		color: #eee; background: #333;	}
.radio{font-family:Tahoma, Geneva, sans-serif; font-size:13px; display:block; padding-bottom:10px}
