/* ======  Login Setting  ======================================*/
/* Frame Setting */
.frame_left{
	float:left;
	width:12px;
	height:100%;
	background: url(../images/logintb_L.gif) no-repeat left;
}
.login_content{
	background: transparent url(../images/logintb_background.gif);
	float:left;
	width:176px;
	height:100%;
}
.frame_right{
	float:left;
	width:12px;
	height:100%;	
	background: url(../images/logintb_R.gif) no-repeat left;
}
/* Head Setting */
.login_header{
	margin-top:10px;
	background: url(../images/logintb_headbg.gif) repeat-x ;
	height:20px;
	color:white;
	vertical-align:middle;
}
.login_header .pic1,.login_header .pic2{
	width:1px;
}
.login_header .title{
	background: transparent url(../images/logintb_icon.gif) no-repeat 10px 6px;
	padding-left:25px;
	font-size:12px;
}
.login_header .title b{
    font-weight:bold;
}
/* Text Area */
.login_form{	
	margin:0;
}
.login_form td{
	padding-left:10px;
	line-height:20px;
}
.login_form .name,.login_form .password{
	background: transparent url(../images/login_ta_icon.gif) no-repeat 12px 6px;
	padding-left:28px;
	font-size:12px;
}
.login_form .name img{
    vertical-align: middle;
	padding:2px 0 2px 12px;
}
.login_form input{
	font-size:11px;
	width:150px;
}
/* Button Area */
.login_function{
	background-color:#e7d4c5;
	height:26px;
	text-align:center;
}
.login_functionP{
	margin-top:4px;
	padding:4px;
	background-color:#e7d4c5;
	height:26px;
	text-align:center;
}
.login_functionC{
	margin-top:4px;
	padding:4px;
	background-color:#8EB8DE;
	height:26px;
	text-align:center;
}
.login_function input{
	width:50px;
	font-size: 12px;
	padding:0 5px;
	vertical-align: bottom;
}
/* Links Area */
.login_foot{
	height: 90px;
	text-align: center;
	background: transparent url(../images/logintb.gif) no-repeat;
	clear:left;
}
.login_foot img{
	padding-left:5px;
}
/* Management Select Setting */
