/**
 * Main style
 */
 
body {
	background-color: #EFF0F2;
	font-family: 'Microsoft Yahei', 'Arial';
	font-size: 14px;
	line-height: 1.5em;
}
a, a:hover {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac */
*html .clearfix {
	height: 1%;
}
.clearfix { 
	display: block; 
}
/* End hide from IE-mac */
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/**
 * Header
 */
.Z-header {
	width: 100%;
	height: 70px;
}
.Z-header a.logo {
	background: url(../images/login/logo.png) no-repeat;
	margin-left: 27px;
	margin-top: 8px;
	height: 50px;
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
} 
.Z-header a.logo span {
	padding-top: 20px;
	text-indent: 55px;
	display: block;
	line-height: 1.5em;
}
.Z-header .contact {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5em;
	padding-right: 27px;
	float: right;
}
.Z-header .contact label {
	width: 150px;
	display: inline-block;
	text-align: right;
	font-size: 14px;
}
.Z-header .row_left {
	margin-top: 20px;
	margin-left:40px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5em;
	padding-right: 27px;
	float: left;
}
.Z-header .row_right {
	margin-top: 20px;
	margin-right: 20px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5em;
	padding-right: 27px;
	float: right;
}
.Z-logo {
	text-align: center;
	margin-top: 30px;
}
.Z-download {
	text-align: center;
	width: 370px;
	height: 55px;
	margin: 0 auto;
	padding-top:25px;
	padding-left:22px;
}
/**
 * Login
 */
.Z-login {
	background: url(../images/login/signin_bg.png) no-repeat;
	margin: 0 auto;
	width: 320px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-radius: 2px;
}
.Z-login .input-username, .Z-login .input-password {
	position: relative;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-left: 40px;
	font-size: 16px;
	width: 280px;
	height: 36px;
	color: #B4BCBF;
	line-height: 1.5em;
}
.Z-login .input-username {
	background: url(../images/login/username_bg.png) no-repeat;
}
.Z-login .input-password {
	background: url(../images/login/password_bg.png) no-repeat;
}
.Z-login .input-username input, .Z-login .input-password input {
	background: transparent;
	position: absolute;
	width: 260px;
	top: 14px;
	left: 40px;
	font-family: 'Microsoft Yahei', 'Arial';
	/*width: 190px;*/
	height: 20px;
	color: #555555;
	font-size: 16px;
	border: 0;
	outline: 0;
}
.Z-login .input-submit {
	margin-bottom: 20px;
}
.Z-login .input-submit input {
	background: url(../images/login/button_green.png) no-repeat;
	font-family: 'Microsoft Yahei', 'Arial';
	width: 320px;
	height: 48px;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	color: #FFFFFF;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.Z-login .row {
	font-size: 12px;
}
.Z-login .row .rememberme label {
	color: #A0B2BE;
}
.Z-login .row .rememberme input {
	vertical-align: bottom;
}
.Z-login .row .download {
	background: url(../images/login/book.png) no-repeat;
	margin-top: 3px;
	text-indent: 24px;
}
.Z-login .row .download a {
	color: #36639E;
	text-decoration: underline;
	line-height: 16px;
}
.Z-message {
	margin: 20px auto;
	width: 320px;
	height: 15px;
	color: red;
	text-align: center;
}

/**
 * Browser
 */
.Z-browser {
	text-align: center;
	font-size: 12px;
	max-width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #fff;
}
.Z-browser a {
	color: #fff;
	padding: 0 3px;
	text-decoration: underline;
}
/**
 * CopyRight
 */
.Z-copyright {
	text-align: center;
	font-size: 12px;
	max-width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: #fff;
}
.Z-copyright a {
	color: #fff;
	padding: 0 3px;
	text-decoration: underline;
}