@charset "utf-8";
/* CSS Document */

form#frm_login input.txt {
	height:28px;
	width:205px;
	font-size:14px;
	font-weight:bold;
	padding:10px 5px 0 5px;
	color:#000000;
}

form#frm_login input.txt:hover {
	cursor:text;
}
div.login_wrapper {
	width:512px;
	margin:0 auto;
}
div.login_header {
	width:512px;
	height:74px;
	background:url(../img/gui/login_header.jpg) #001657 no-repeat;
	font-family:Arial Narrow;
	font-size:28px;
	color:#FFFFFF;
}
div.err {
	background:url(../img/gui/login_header_err.jpg) #001657 no-repeat;
}
div.loginbox {
	padding:30px;
	width:452px;
	background: #f2f2f2;
	font-size:11px;
}
div.loginbox a#rmbr {
	color:#000000;
	text-decoration:none;
}
div.loginbox a#nopass {
	font-size:11px;
}
div.loginbox a#nopass:hover {
	color:#000000;
	text-decoration:underline;
}

div.loginbox a#rmbr:hover {
	color:#000000;
	text-decoration: underline;
}

div#login_footer {
	background:url(../img/gui/login_footer.jpg) no-repeat;
	width:462px;
	height: 16px;
	padding: 20px 30px 0 30px;
	color:#4b4b4b;
	font-family:Tahoma;
	font-size:11px;
}
