﻿﻿.main {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 459px;
	width: 894px;
	margin: 0 auto;
	overflow: visible;
	display: block;
}
.main-inner {
	clear: both;
	height: 459px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	width: 894px;
}
.domain{
	font-size: 14px;
}
.login {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #8dc9eb;
	border-radius: 5px 5px 2px 2px;
	float: right;
	height: 270px;
	right: 56px;
	top: 180px;
	position: relative;
	text-align: left;
	width: 397px;
	z-index: 2;
}
.login, .unishadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.loginFunc {
	clear: both;
	height: 55px;
	overflow: hidden;
	width: 397px;
	background-image: url(../image/app/login.gif);
	/*text-align: center;*/
	line-height: 46px;
	background-repeat: no-repeat; 
	background-position: -439px -180px;
}

.loginForm {
	/*height: 307px;*/
	padding-top: 32px;
	position: relative;
}

.loginFormIpt {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/*border-color: #BAC5D4 #D5DBE2 #D5DBE2 #BAC5D4;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;*/
	clear: both;
	height: 33px;
	line-height: 33px;
	left: 75px;
	top: 0;
	position: relative;
	width: 253px;
}
.loginBtn
{
	top: 5;
	left: 125px;
	width: 160px;
	margin-top: 5px;
}

.btn {
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 28px;
	line-height: 30px;
	outline: 0 none;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background-image: url("../image/app/login.gif");
}

.btn-login {
	background-position: -568px -395px;
	color: #0c76aa;
	width: 72px;
}
.btn-login:hover {
	color: #012258;
}
.btn-login-hover {
	background-position: 0 -256px;
}
.btn-login-active {
	background-position: 0 -304px;
}

.btn-reg {
	background-position: -655px -395px;
	color: #676767;
	float: right;
	width: 70px;
}
.btn-reg:hover {
	color: #555555;
}
.btn-reg-hover {
	background-position: -112px -256px;
	color: #555555;
}
.btn-reg-active {
	background-position: -112px -304px;
	color: #555555;
}

.footer-inner {
	height: 63px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	width: 894px;
}