/* CSS Document */



body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/login_background.jpg);
	background-repeat: repeat-x;
} 

#logo {
	position:absolute;
	width:218px;
	height:32px;
	z-index:1;
	top: 20px;
	left: 463px;
}  /* Logo DIV */

#welcometitle {
	position:absolute;
	width:368px;
	height:27px;
	z-index:1;
	left: 47px;
	top: 12px;
}  /* Title DIV */

#fields {
	position:absolute;
	width:200px;
	height:144px;
	z-index:2;
	left: 156px;
	top: 74px;

}  /* 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: 14px;
	top: 237px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
	font-weight: normal;
} /* 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: 14px;	padding: 3px;	background-color: #FFFFEA;	border: 1px solid #dedbd1;} /* Form field style */

.chekbox {	color: #777777;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	padding: 6px;	background-color: #f5f5f5;} /* 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;} /* 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: #006699;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}/* Welcome text style */

.box {
	position: relative;
	top: 120px;
	right: 0;
	width: 496px;
	text-align: left;
	height: 266px;
	left: 0px;
	background-image: url(../images/login_box.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
} /* Box DIV, do not edit  */

.boxedit {	position: relative;	top: 120px;	right: 0;	margin: 0 auto;	width: 577px;	text-align: left;	height: 287px;	left: 0px;} /* Box DIV, do not edit  */
.box_error {	position: relative;	top: 120px;	right: 0;	margin: 0 auto;	width: 577px;	text-align: left;	height: 287px;	left: 0px;} /* Box DIV, do not edit  */

/*footer*/
#footer{
height:80px;
text-align:center;
}
#footer span {
color : #c1c1c1;
}
#footer strong, #footer strong a  {
color : #434343;
}

