@charset "UTF-8";
/* CSS Document */



body {	margin: 0;	padding: 0;	text-align: center;	min-width: 600px;background-color:#fff;	background-repeat: repeat-x; } 

#logo {	position:absolute;	width:200px;	height:37px;	z-index:1;	top: 17px;	left: 0px; }  /* Logo DIV */

#welcometitle {	position:absolute;	width:368px;	height:27px;	z-index:1;	left: 65px;	top: 34px; }  /* Title DIV */

#fields {height: 144px;
    left: 83px;
    position: absolute;
    top: 93px;
    width: 346px;
    z-index: 2;}  /* Fields and content DIV  */

#lostpassword {	position:absolute;	width:88px;	height:18px;	z-index:3;	left: 340px;	top: 196px; }  /* Password DIV */

#copyright {	position:absolute;	width:472px;	height:28px;	z-index:4;	left: 48px;	top: 257px; } /* Copyright / Footer DIV */

.login {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #555555; } /* Username and Password text style */

.fields {background-color: #F5F5F5;
    border: 1px solid #DEDBD1;
    border-radius:5px;
    box-shadow: 0 0 3px #CCCCCC;
    color: #777777;
    font-family: Calibri;
    font-size: 16px;
    padding: 4px;
    width: 203px;} /* Form field style */

.button { cursor:pointer;	color: #FFFFFF; font-weight:bold;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	padding: 5px 10px 5px 10px;	background-color:#72509D;	border: 1px solid #888888;} /* 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:#72509D; font-size: 18px; letter-spacing: -1px; }/* Welcome text style */

.box {	background-image: url("../images/login_box.gif");
    height: 287px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: left;
    top: 120px;
    width: 522px;} /* Box DIV, do not edit  */
    
    .box-user {	background-image: url("../images/login_box.png");
    height: 287px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: left;
    top: 120px;
    width: 522px;} /* Box DIV, do not edit  */





