﻿*
{
    margin: 0px auto;
    padding: 0px;
    *padding:0px;
}

html, body
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    color: #333333;
    width: 100%;
    height: 100%;
    font-family:Arial;
}
img{
	border:none;
}
img.t_img{
    position:relative;
	top:4px;
}
.login-main
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    min-height:500px;
    background-color:White;
}
.login-main a:hover,.msg-right a:hover
{
    text-decoration:underline;
}
.login-con{width: 961px;}
.login-field-bg
{
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    margin-top: -200px;
    /*margin-left: -480px;*/
    width: 961px;
    height: 401px;
}

/*语言栏*/
.langue-field
{
    float: right;
	margin-top:25px;
	margin-right:44px;
	color:#999999;	
}
.langue-field a
{
    text-decoration: none;
    color: #999999;
    margin: 0px 7px;
}
/*logo*/
.login-logo
{
    position:relative;
    width: 400px;
    height: 80px;
    float: left;
    margin-top:-60px;
    margin-left: 30px;
}
.login-logo img{ max-width:400px; max-height:80px; position:absolute;left:0;bottom:0;}


.login-field
{
    position:relative;
    width: 342px;
    height: 412px;
    float: right;
    display:inline;
    margin-top: -43px;
    margin-right: 50px;
	overflow:hidden;
}

/*登录部分头部*/
.login_tit
{ 
	height:60px;	
	margin-top:23px;
}

/*帐号登录设置*/
.welcome-title
{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-indent: 25px;
    font-size: 16px;
    color: #888888;
    font-family:微软雅黑,黑体;
	padding-top: 25px;
	padding-bottom:15px;

}
.login-separator
{
    height: 1px;
    line-height:1px;
    border-top: 1px solid #e6e6e6;
    margin: 0px 15px;	
}

/*帐号登录 证书登录...设置*/
.login-tab{
	height:58px;
	width:341px;
	position: relative;
	top:1px;
	margin-left:1px;
	border-spacing:0;
	*top:-1px;
	}
	
.login-tab td{
	text-align:center;
	border-left: 1px solid #fff;
	border-right:1px solid #e6e6e6;
	}

.login-tab td a:link{text-decoration:none;}
.login-tab td a{
	font-size:14px;
	color: #888888;
	width:100%;
	height:58px;
	overflow:hidden;
	line-height:58px;
	float:left;
	background:url(../images/login-tit_03.gif);	
	}
/*鼠标点击时背景变色*/
.login-tab td.on a{
	color:#000;
	font-weight:700;
	background:url(../images/login-tit_01.gif);
	}

.login-tab td.on{
	}

	
.form-item
{
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    color: #666666;
}
.form-item input
{
    height: 28px;
    line-height:18px;
    width: 200px;
    border:1px solid #c5c5c5;
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
    padding-left:10px;
    margin-left:7px;
}
.form-item input:hover
{
    border:1px solid #508cdd;
}
.form-item .label-field
{
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height:28px;
    text-align: right;
    float: left;

}

/*忘记密码？ 已无效*/
.form-forgetpwd
{
    height: 20px;
    line-height: 20px;
    padding-left: 96px;
    margin-top: 2px;
}
/*忘记密码？已无效*/
.form-forgetpwd a
{
    text-decoration: none;
    color: #999999;
}

/*记住登录帐号*/
.form-check
{
    height: 36px;
    line-height: 36px;
    text-indent: 96px;
    color: #666666;
	margin-top:22px;
}
.form-check input
{
    vertical-align: middle;
    margin-right: 2px;
    
}
/*登录按钮*/
.form-btn
{
    height: 40px;
    line-height: 40px;
    padding-left: 96px;
    margin-top: 15px;
}
.form-submit-btn
{
    width: 106px;
    height: 35px;
    border: 0px;
    font-size:14px;
    color: White;
    font-weight: bold;
    background: url(../images/login_bg.png) -444px 0px;
    cursor:hand;
}
.form-submit-btn:hover
{
    background: url(../images/login_bg.png) -444px -40px;
}
.form-submit-btn:active
{
    background: url(../images/login_bg.png) -444px -80px;
}
.form-autoload
{
    height: 20px;
    line-height: 20px;
    text-align: right;
    padding-right: 40px;
    margin-top: 15px;
}
.form-autoload a
{
    text-decoration: none;
    color: #0656aa;
}

/*设置底部的三个下载*/
.login-download
{
    height: 20px;
	width:910px;
    line-height: 20px;
    display: inline-block;
	text-align:right
}
/*广讯通*/
.login-download .icon-gxt,.single-icon-gxt
{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/login_bg.png) -30px -420px;
}
/*移动客户端*/
.login-download .icon-moveclient,.single-icon-moveclient
{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/login_bg.png) -10px -420px;
}
/*web组件*/
.login-download .icon-webcomponet
{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/login_bg.png) -53px -420px;
}
.login-download a,.msg-right a
{
    text-decoration: none;
    color: #333333;
    margin-right: 16px;
    position:relative;
    top:2px;
}
/*底部版本号*/
.login-version
{
    height: 40px;
    float:left;
    display:inline;
    line-height: 20px;
    color: #999999;
    margin-left: 40px;
	margin-top:-40px;
}
/*-------------------------------------------首页浏览器版本提示------------------------------------------*/
/*板式选择和主题风格窗体*/
.window-div
{
    border: 1px solid #CCCCCC;
    display: inline-block;
}
.window-div-title
{
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-indent: 10px;
    border-bottom: 1px solid #CCCCCC;
    background: url(../images/bg-x.png) repeat-x 0px -360px;
}
.overlayer
{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 90;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.browseMsg
{
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -178px;
    margin-top: -60px;
    width: 356px;
}
.browsemsg-area
{
    width: 356px;
    height: 120px;
    background: white;
    position: relative;
}
.browsemsg-area img
{
    position: absolute;
    left: 10px;
    top: 10px;
}
.browsemsg-area .msg-right
{
    position: absolute;
    left: 48px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    line-height: 20px;
}
.browsemsg-area .msg-right a
{
    color: #0656aa;
    margin-right: 10px;
}
.browsemsg-area .msg-link
{
    margin-top: 10px;
}
/*-------------------------------------------警告信息提示------------------------------------------*/
.login_tips
{
    position:absolute;
    top:10px;
    left:15px;
    margin-right:10px;
}
.g-tips{  line-height:20px; background-position:6px 4px; border:1px solid; background-repeat:no-repeat; position:relative; color:#333}
.g-exclamation{ background-color:#ffeaea; border-color:#e08989;}
.g-tips-ico{ background-image:url(../images/tips.png); width:16px; height:15px; float:left;  margin:4px 0 0 6px; display:inline}
.g-tips-content{ display:block; margin-left:25px; margin-right:17px;}
.g-font-red{ color:#d90000}