@charset "UTF-8";
/* CSS Document */

#welcometitle {	width:370px; height:auto;	z-index:1;	padding-left: 65px;	padding-top: 36px; }  /* Title DIV */

#fields {	width:200px;	height:144px;	z-index:2;	margin-left: 180px;	margin-top: 50px; }  /* Fields and content 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-size: 12px; padding: 5px 10px 5px 10px; cursor:pointer; background-color: #757575;	border: 1px solid #888888;} /* Button style */

a:link, a:visited, a:active {	color: #333;	text-decoration: none;}  /* Links */

a:hover {	text-decoration: underline;	color: #000000;} /* Links Hover */

.welcome {text-align:10px; color: #2b7c98; font-size: 13px; letter-spacing: 1px; }/* Welcome text style */

.box {	margin: 20px auto;	width: 577px;	text-align: left;	height: 287px;	background-image: url(../images/login_box.jpg);} /* Box DIV, do not edit  */




