/* CSS Document */

.subnav{
	width: 586px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	background-color:#f2f5f6;
	
}	

.subnav a{
	color:#166b9e;
	text-decoration:underline;
}

.subtitle{
	width: 300px;
	margin:30px 0;
}

.subcontent{
	margin:20px;
}

.subcontent .login{
	width:293px;
	height:176px;
	background:url(../images/login_bg.jpg) no-repeat;
}

.subcontent .login p{
	padding:30px 0 10px 50px;
}

.subcontent .login dl{
	list-style-type:none;
}

.subcontent .login dl dt{
	margin-left:15px;
	margin-bottom:10px;
	width:80px;
	font-weight:600;
	float:left;
}

.subcontent .login dl dd{
	float:left;
	margin-bottom:10px;
}

.subcontent .login dl dd input{
	width:150px;
	border:#b4b4b4 1px solid;
}

.bt_top{
	float:right;
	padding-right:15px;
}

