.control_section{
	width: 100%;
	text-align: left;
}

.control_section .member_status{
	width: 100%;
	height: 30px;
}

.control_section .nav{
	width: 100%;
	height: 35px;
	background: transparent url(/images/web21/nav_bg.png) top center no-repeat;
	text-align: center;
	overflow-y: hidden;
}


.control_section a:link, .control_section a:visited, .control_section a:hover, .control_section a:active{
	text-decoration: none;
	border: 0px none;
}



.control_section .member_status .greeting{
	float: left;
	margin-left: 25px;
	color: #36648b;
	font-size: 14px;
}

.control_section .member_status .user_tool{
	float: right;
	width: 630px;
	height: 35px;
	overflow: hidden;
	margin-right: 25px;
}

.control_section .member_status .user_tool .login_form {
	float: right;
	width: 580px;
	height: 35px;
	overflow: hidden;
	margin-right: 25px;
	text-align: right;
}

.login_form .attr{
	width: 75px;
	margin-left: 15px;
	float:left;
	text-align: right;
	color: #996633;
}

.login_form .value{
	width: 135px;
	height: 30px;
	margin-left: 2px;
	float:left;
	overflow: hidden;
}

.login_form .value input{
	width: 120px;
	border: 1px solid #cececd;
	background: #FFFFFF;
}

div.system_msg{
	float: left;
	width:260px;
	margin-left:90px;
	margin-right: 20px;
	color: #8b3626;
	font-size: 14px;
	padding-bottom: 10px;
}

/************************** NAV ********************/

.control_section .nav{
	margin: 0px;
}

.control_section .nav_warp{
	margin: 0px 25px;
	text-align: left;
}

.control_section .nav span{
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 25px;
	line-height: 30px;
}

.control_section img{
	border: 0px none;
}

.control_section .nav span a:link, .control_section .nav span a:visited{
	font-size: 14px;
	text-decoration: none;
	color: #2f4f4f;
	line-height: 30px;
	font-weight: bold;
}

.control_section .nav span a:active, .control_section .nav span a:hover{
	font-size: 14px;
	text-decoration: none;
	color: #2f4f4f;
	line-height: 30px;
	font-weight: bold;
}

.control_section .nav .nav_onmouseover{
	padding: 0px;
	margin: 0px;
	color: #8B3626;
	padding-right: 25px;
}

.control_section .nav .nav_onmouseover a:link, .control_section .nav .nav_onmouseover a:visited{
	padding: 0px;
	margin: 0px;
	color: #8B3626;
}

.control_section .nav .nav_onmouseover a:active, .control_section .nav .nav_onmouseover a:hover{
	padding: 0px;
	margin: 0px;
	color: #8B3626;
}


/************************ END NAV *****************/