@charset "utf-8";
/* CSS Document */
html{
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #3A5795;
}
h1{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
h2{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.l{
	float: left;
}
.r{
	float: right;
}
.w960{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	zoom:1 ;
}
.w500{
	width: 500px;
	padding: 50px 0;
}
.regbox{
	float: right;
	width: 449px;
	height: 420px;
	background: url(../images/line.jpg) no-repeat left;
	padding-left: 50px;
}
label{
	cursor: pointer;
}
.UIButton input{
	color: #FFF;
	cursor: pointer;
	background: #5C75A9;
	border: 1px solid #29447E;
	padding: 3px 6px;
}
#top{
	height: 82px;
	background: #3A5795;
	border-bottom: 1px solid #1D336C;
}
.logo{
	float: left;
	width: 500px;
	height: 420px;
	background: url(../images/sublogo.jpg) no-repeat left;
}
.login{
	padding-top: 10px;
}
input.txt{
	border: 1px solid #1D2A5B;
	width: 142px;
	padding: 3px;
}
.login table td{
	color: #FFF;
	padding: 0 0 4px 14px;
}
	.login table td a{
		color: #CCC;
	}
#content{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -175px;
	width: 1000px;
	height: 400px;
	overflow: hidden;
	zoom: 1;
	background-color: #3A5795;
}
table.reg{
	width: 99%;
	margin: 30px 0;
}
	table.reg td{
		padding: 5px 0;
		color: #EEE;
	}
	table.reg td .txt{
		width: 99%;
		height: 20px;
		line-height: 20px;
		border: 1px solid #1D336C;
		padding: 5px 0;
		text-indent: 10px;
	}
	table.reg td .reg{
		width: 99%;
		background: url(../images/reg_bg.jpg) repeat-x;
		border: 1px solid #1D336C;
		height: 32px;
		font-weight: bold;
		font-size: 14px;
	}
	table.reg td .submit{
		width: 30%;
		background: url(../images/reg_bg.jpg) repeat-x;
		border: 1px solid #1D336C;
		height: 32px;
		font-weight: bold;
		font-size: 14px;
	}
#footer{
	position: absolute;
	bottom: 0;
	background-color: #333;
	width: 100%;
	line-height: 30px;
	color: #EEE;
	text-align: center;
}