@CHARSET "UTF-8";

html,body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.75em;
	font-family: Arial, sans-serif;
	background: url('/img/seace_bg.png');
	background-repeat: repeat;
}

.login-page {
	width: 100%;
	height: 100%;
	background-color: #666;
}

.login-box {
	position: absolute;
	top: 150px;
	left: 50%;
	height: 260px;
	width: 550px;
	margin-left: -275px;
	box-shadow: 3px 3px 8px #3A3A3A;
	border-color: gray;
	background-color: white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
}

.login-box-item {
	position: absolute;
	top: 25px;
	bottom: 25px;
}

.login-box-item-left {
	left: 25px;
	width: 224px;
}

.login-box-item-right {
	right: 25px;
	width: 224px;
}

.login-box-item-middle {
	 width: 2px;
	 background-color: #006AAE;
	 left: 274px;
}

.logo {
	 position: absolute;
	 top: 0px;
	 left: 0px;
}

.biz-guide-box {
	position: absolute;
	bottom: 4px;
	left: 0px;
	text-align: center;
	width: 100%;
}

.input-box {
	 position: absolute;
	 bottom: 0px;
	 left: 0px; 
}

.input-item-box {
	position: relative;
	width: 224px;
	height: 26px;
}

.input-label {
	line-height: 30px;
	font-size: .9em;
	font-weight: bold;
	color: #00548a;
}

.input-field {
	position: absolute;
	right: 0px;
	top: 3px;
	width: 140px;
	height: 20px;
	margin: 0;
	padding: 0 2px 0 2px;
	background: #FFF;
	border: 1px solid #DFDFFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.login-btn {
	position: relative;
	display: block;
	width: 224px;
	padding: 3px 5px 3px 5px;
	margin-top: 4px;
	font-size: .9em;
	border-width: 1px;
	border-style: solid;
	border-color: #006AAE;
	background: #006AAE url(../img/button-bkgd.png) repeat-x bottom left;
	xbackground: #006AAE;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.input-item-box-forgot {
	text-align: center;
}

.advertise-box {
	position: absolute;
	bottom: -15px;
	text-align: center;
	width: 100%;
}

.advertise-label {
	font-size: .65em;
	font-weight: bold;
	color: #0A0A0A;
}

.login-btn:HOVER {
	background: url(../img/button-bkgd-hover.png) repeat-x bottom left;
}

.login-failed-box {
	
}

.login-failed-label {
	line-height: 23px;
	font-weight: bold;
	color: red;
}

input:focus{
    outline: 0;
}

.credentials-recovery-text {
	height: auto;
	padding-bottom: 5px;
}
