﻿.containerLogin {
	width: 850px;
	height: 630px;
	background: url(../images/Lbg.jpg) no-repeat;
	font-family: "Microsoft YaHei", 微软雅黑;
	margin: 0 auto;
	overflow: hidden;
	left: 50%;/*FF IE7*/
	top: 50%;/*FF IE7*/
	margin-left: -425px!important;/*FF IE7 该值为本身宽的一半 */
	margin-top: -315px!important;/*FF IE7 该值为本身高的一半*/
	margin-left: 0px;
	margin-top: 0px;
	z-index:100;
	position: fixed!important;/*FF IE7*/
	position: absolute;/*IE6*/
 _top:       expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
 document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
_left:      expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollLeft + (document.documentElement.clientWidth-this.offsetWidth)/2 :/*IE6*/
 document.body.scrollLeft + (document.body.clientWidth - this.clientWidth)/2);/*IE5 IE5.5*/
}
.cont {
	width: 280px;
	height: 300px;
	padding: 115px 285px 165px 285px;
	overflow: hidden;
}
.divline_10 {
	height: 10px;
	line-height: 10px;
	width: auto;
	overflow: hidden;
	clear: both;
}
.BTLogin {
	width: 280px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	color: #0d62b2;
	line-height: 50px;
	overflow: hidden;
}
.Login {
	width: 238px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	padding-left: 40px;
	color: #a8a8a8;
	border: #CCC 1px solid;
	font-size: 14px;
}
.DL {
	background: #FFF url(../images/1-1.gif) no-repeat left center;
}
.MM {
	background: #FFF url(../images/1-2.gif) no-repeat left center;
}
.YZM {
	width: 138px;
	border-radius: 5px 0 0 5px;
	background: #FFF url(../images/1-3.gif) no-repeat left center;
}
.ann {
	width: 280px;
	height: 50px;
	border: 0;
	border-radius: 5px;
	background-color: #0d62b2;
	color: #FFF;
	text-shadow: 2px 2px 3px #000;
	font-size: 18px;
	cursor: pointer;
}
.close {
	width: 60px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	line-height: 50px;
	overflow: hidden;
}