﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0 auto;
}
.topBox {
    width:100%;
	height:62px;
	background:url(../images/topBg.gif) repeat-x 0 0;
}
.topLogo {
    width:458px;
	height:45px;
	padding-top:8px;
    margin-left:0px;
}
.Container {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.loginBox {
	height: 592px;
	background: url(../images/default/loginBg.jpg) center 30px;
}
.loginCnt {
	width: 942px;
	height: 500px;
	padding-top: 92px;
	padding-right: 38px;
}
.dlBox {
	width: 346px;
	height: 336px;
	float: right;
}
.dlBoxTitle {
	width: 342px;
	height: 38px;
	padding-left: 4px;
	color: #000;
	font-size: 24px;
	padding-top: 20px;
	font-weight: bold;
}
.dlCntBox {
	width: 336px;
	height: 242px;
	color: #333;
	font-size: 12px;
	border: 1px solid #cfcfcf;
	background: #f2f2f2;
	padding-top: 24px;
}
.dlTxt {
	width: 264px;
	height: 28px;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-size: 24px;
	color: #000000;
	outline: none;
	padding-left: 5px;
	padding-top: 4px;
}
a.dlBtn{
	display: block;
	width: 108px;
	height: 26px;
	background: url(../images/default/loginBtnBg.gif) no-repeat 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	padding-top: 6px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.dlBtn01{
	width: 108px;
	height:32px;
	background: url(../images/default/loginBtnBg.gif) no-repeat 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
    line-height:32px;
	text-decoration: none;
	outline: none;
    border:none;
	cursor: pointer;
}
/*加密锁提示信息*/
.tipFont{ color:#336699; font-size:14px; line-height:24px;}
.footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
    height:19px;
	background:url(../images/footerBg.gif) 0 0 repeat-x;
	padding-top:5px;
}
/*加密所弹出层*/
.lockLayerBox{
	position:absolute;
	left:74px;
	top:0px;
	width:206px;
	height:52px;
	background:url(../images/LocklayerBg.png) no-repeat 0 0;
	padding-left:26px;
	padding-right:10px;
	color:#000;
	}
.LockTipIcon{
	display:block;
	width:48px;
	float:left;
	text-align:center;
	height:52px;
}
.LockTipR_cont{
	float:left;
	width:156px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.LockFont01{
	font-size:16px;
	font-weight:bold;
	padding-top:16px;
	text-align:center;
	}
.LockFont02{
		font-size:12px;
		padding-left:8px;
		padding-top:4px;
}
.LockFont02 a{
	color:#ff6600;
	font-weight:bold;
	text-decoration:underline;
	}
.LockFont02 a:hover{
	color:#F00;
	text-decoration:underline;
	}
