/* ======  Login Setting  ======================================*/
/* Frame Setting */
.login_leftbg{
	float:left;
	width:12px;
	height:100%;
	background: url(../images/logintb_D.gif) no-repeat left;
}
.login_content{
	float:left;
	width:176px;
	height:100%;
}
.login_rightbg{
	float:left;
	width:12px;
	height:100%;	
	background: url(../images/logintb_D2.gif) no-repeat left;
}
.login_head{
	margin-top:10px;
	background: url(../images/logintb_headbg.gif) repeat-x;
	height:20px;
	font-weight:bold;
	color:white;
	vertical-align:middle;
}
.login_headleft,.login_headright{width:1px;}
.login_title{
	background: transparent url(../images/logintb_icon.gif) no-repeat 5px 5px;
	padding-left:20px;
}
.login_body{
	background: transparent url(../images/logintb_background.gif);
	height: 124px;
}
.login_TA{margin:15px 10px 0 11px;}
.login_TA td{height:20px;}
.login_ta_title{
	background: transparent url(../images/login_ta_icon.gif) no-repeat 5px 5px;
	padding-left:20px;
}
.login_note{font-size: 11px;	color:#b9440e;}

.login_btn{	background-color:#e7d4c5;	height:26px;	text-align:center;}
.login_btn input{margin-top:2px;}
.login_btn input{font-size: 12px;	padding:0 5px;	vertical-align: bottom;}

.login_foot{
	height: 90px;
	clear:left;
	text-align: center;
	padding-top:15px;
	background: transparent url(../images/logintb_D3.jpg) no-repeat;
}
.login_foot img{padding-left:5px;}
