@charset "utf-8";
/* CSS Document */
body {
	font-family:"宋体";
	font-size:12px;
	color:#0c3971;
	background-color:#d4e7f8;
}
* {
	padding:0px;
	margin:0px;
	list-style:none;
	border:none;
}

/* warp */
#warp {
	width:100%;
}

/* content */ 
#content {
	width:100%;
	height:100%;
	overflow:hidden;
}
#content .con {
	width:100%;
	height:600px;
	position:relative;
}
#content .con .main {
	width:1003px;
	height:464px;
	position:absolute;
	top:47%;
	left:50%;
	margin-left:-502px;
	margin-top:-232px;
	background:url(../img/login-bg.png) no-repeat;
}
#content .con .main .top {
	width:500px;
	height:65px;
	padding-top:53px;
	padding-left:163px;
	background:url(../img/login_bg.gif) 45px 0px no-repeat;
}
#content .con .main .bottom {
	width:1003px;
	height:346px;
	background:url(../img/login_bottombg.jpg) no-repeat;
}
#content .con .main .bottom .tableclass {
	width:215px;
	height:144px;
	padding-top:95px;
	*margin-top:85px;
	margin-left:225px;
}
#content .con .main .bottom .tableclass tr {
	height:36px;
}
#content .con .main .bottom .tableclass th {
	width:55px;
	height:30px;
	line-height:30px;
}
#content .con .main .bottom .tableclass td {
	width:157px
	text-align:center;
}
#content .con .main .bottom .tableclass td .text {
	width:157px;
	height:24px;
	line-height:24px;
	border:1px solid #7fb8dc;
}
#content .con .main .bottom .tableclass td .text1 {
	width:93px;
	height:24px;
	line-height:24px;
	border:1px solid #7fb8dc;
}
#content .con .main .bottom .tableclass td a {

}
#content .con .main .bottom .b_style {
	width:75px;
	height:25px;
	padding-left:20px;
	margin-left:80px;
	background:url(../img/login_button.gif) no-repeat;
}






