@charset "utf-8";
@import url("cms_base.css");
body {
	background: #F2F2EE url(img/bg_login_body.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #454544;
}
#container {
	height: 440px;
	width: 451px;
	margin-top: -280px;
	margin-left: -225px;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: visible;
}
h1 {
	background: url(img/maven_logo_login.png) no-repeat center center;
	text-indent: -999em;
	float: left;
	height: 102px;
	width: 451px;
	display: block;
}
h2 {
	text-indent: -999em;
	display: block;
	float: left;
	height: 40px;
	width: 451px;
	background: url(img/bg_login_02.png) no-repeat 0px 0px;
}
h2.error {
	font-size: 13px;
	line-height: 49px;
	font-weight: bold;
	color: #fff;
	background: url(img/bg_login_02_error.png) no-repeat;
	text-align: center;
	text-indent: 0em;
	float: left;
	height: 40px;
	width: 439px;
	padding-right: 6px;
	padding-left: 6px;
	overflow: hidden;
}

p {
	font-size: 12px;
	line-height: 10px;
	#line-height: 14px;
	height:11px;
	color: #888886;
	text-align: center;
}

#login_01 {
	background: url(img/bg_login_01.png) left top no-repeat;
	float: left;
	width: 451px;
	height: 300px;
	position: relative;
}

form {
	background: url(img/bg_login_03.png) 0px 0px no-repeat;
	float: left;
	width: 451px;
}

#login_02 {
	display: block;
	margin: 8px 0px 0px 24px !important;
	margin: 8px 24px 0px 12px;
	padding: 0px;
	border-style: none;
	float: left;
	width: 403px;
}

fieldset {
	border-style: none;
}
#login_02 label {
	font-size: 15px;
	line-height: 25px;
	float: left;
	width: 403px;
	margin-top:8px
}

label {
	font-size: 15px;
	line-height: 25px;
	float: left;
	width: 403px;
	margin-top:0px
}

html>body #login_02 label{
margin-top:16px;
#margin-top:8px;
}

/*
label {
	font-size: 15px;
	line-height: 25px;
	float: left;
	width: 403px;
	margin-top: 11px;
}
*/



input.txt {
	font-size: 24px;
	padding: 6px;
	float: left;
	width: 389px;
	border: 1px solid #cacaca;
	color: #454544;
	margin: 0px;
}
#login_01 p {
	font-size: 12px;
	line-height: 30px;
	text-align: right;
	margin-top: 18px;
	float: left;
	height: 30px;
	width: 304px;
}
a {
	color: #0749ae;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#button_login {
	background: url(img/button_login.png) no-repeat 0px 0px;
	height: 30px;
	width: 79px;
	float: right;
	margin-top: 14px;
}
#button_login.hover {
	background: url(img/button_login.png) no-repeat 0px -30px;
}

div.error {
	font-size: 15px;
	line-height: 39px;
	font-weight: bold;
	color: #990000;
	background: url(img/bg_login_body.png) repeat-x;
	text-align: center;
	height: 39px;
	width: 441px;
	position: absolute;
	left: 5px;
	top: 5px;
}
