@charset "gb18030";
/* CSS Document */
@import url(cont.css);
body {
	background: url(images/login_bg.jpg) no-repeat center 0px;
}

.login_box{
	width:411px;
	height:277px;
	background: url(images/loginboxbj.jpg) no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-205px;   /*设置为宽度的一半*/
	margin-top:-177px;    /*设置为高度的一半*/
}

.login_formteble{
	width:282px;
	position:absolute;
	left:64px;
	top:128px;
	height: 137px;
}
.login_formteble td{
	height:32px;
}
.inpt_namepwd{
	height:24px;
	border:solid 1px #7290b2;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:24px;
	padding-left:4px;
}
.login_subtn{
	width:86px;
	height:27px;
	background: url(images/login_subtn.gif) no-repeat center;
	border: 0;
}
.TitleName{
	font-size:16px;
	color:#369;
	font-weight:bold;
	line-height:1.5em;
}
	

