@charset "utf-8";
/* CSS Document */

body,td,th,input {font-family: Arial, Helvetica, sans-serif, "宋体"; font-size: 12px; color: #333;}
body {margin: 0px;	background: #e7c78b url(images/bg03.jpg) repeat-y center top;}
a:link, a:hover, a:visited, a:active{color: #FFF;text-decoration:  underline;}
h1, h2, h3, h4{margin: 0px;	padding: 0px;}
ul{list-style-type: none;margin: 0px;padding: 0px;}
.header{
	margin: auto;
	height: 699px;
	width: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content{
	margin: auto;
	width: 887px;
	background-image: url(images/bg02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 69px;
}
.loing{
	height: 255px;
	width: 221px;
	margin: auto;
	padding-top: 400px;
	padding-left: 500px;
}
.loing img{border: 0px;}
.footer{
	height: 36px;
	width: 100%;
	line-height: 27px;
	background: url(images/bg_fooer.gif) repeat-x center bottom;
	color: #FFF;
	text-align: center;
}
/*注册框*/
.enrol{
	background-color: #FFF;
	height: 250px;
	width: 450px;
	border: 13px solid #B3E3FD;
	color: #069;
	margin-top: -220px;
	margin-left: -120px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.enrol td{color: #069;}
.enrol td h4{
	color: #069;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AEDAE3;
}
.input{	font-size: 12px;}
.textfield{
	padding: 2px;
	height: 14px;
	width: 130px;
	border: 1px solid #89D0EF;
	background-color: #F0FCFF;
}
.red{
	color: #F00;
}
