﻿

/*整页背景*/
*{font-size: 12px; font-family: Arial, "Microsoft YaHei", "黑体", Verdana, SunSans-Regular, Sans-Serif;}
html, body{padding: 0; margin: 0;}
body>div{position: relative; z-index: 1;}
.page-background{width: 945px; height: 100%; left: 50%; margin-left: -472px; position: fixed; z-index: 0;}
/*页头*/
#pageHeader{height: 77px; overflow: hidden; position: relative; border-bottom: 1px solid #fff;}
#pageHeader .product-logo{display: inline-block; width: 565px; vertical-align: top; height: 91px;}
#pageHeader .version{font-size: 1.3em; letter-spacing: 0; color: #F4F7F9; line-height: 78px; float: right; margin-right: 20px;}
#pageHeader .button{
	padding: 5px 10px; color: #F4F7F9; background: transparent; border-radius: 5px; margin-top: 40px; float: right;
}
#pageHeader .txtview{color: #F4F7F9; margin-right: 20px; display: inline-block; line-height: 3em; float: right;}
#pageHeader .button:hover{
	background: #3D9DB3;
}
#version{height: 58px;}
#version .logo{height: 58px; width: 945px; position: relative; left: 50%; margin-left: -472px;}
#loginForm, #downloadWrap{width: 614px; left: 50%; margin-left: -307px; position: relative;}
#loginForm{height: 279px; padding-top: 40px; color: white;}
#loginForm div{width: 402px; margin: 0 auto; line-height: 26px;}
#loginForm .separator{display: block; height: 3px; line-height: 3px; margin: 12px auto;}
input, select, option{height: 24px; line-height: 24px; border: 1px solid black; outline: none; padding: 0 3px;}
select{padding: 0;}
input: focus{outline: none;}
.label{font-weight: 700; width: 72px; white-space: pre;}

#vcode{float: right; margin-top: -8px; font-weight: 900; font-size: 16px;}
#changeCode{cursor: pointer; float: right; margin: 0 20px;}

a{cursor: hand; cursor: pointer; text-decoration: underline; color: #fff;}
a:hover{text-decoration: none; color: #219657;}


body{background: #167DC2;}
.page-background{background: url(../image/login-bg.png) repeat-y;}
#pageHeader{background: url(../image/header-bg.png) repeat-x;}
#version{background: url(../image/version-bg.png) repeat-x;}
#loginForm{background: url(../image/login-form-bg.png) no-repeat;}
#loginForm .separator{background: url(../image/form-separator.png) no-repeat;}
#version .logo{background: url(../image/version-logo-2.png) no-repeat;}
#pageHeader .product-logo{background: url(../image/product-logo-2.jpg) no-repeat;}

#browserDownloader{
	text-decoration: none;
}
#browserDownloader:hover{color: #f06150;}