

/*login*/

#login_box {
	width:240px;
  	height:88px;
  	border:1px #e5e5e5 solid;
  	padding:0;
  	padding /**/:0 0 3px 0;
  	margin:0;
}
	#login_char {
  		width:82px;
     	height:63px;
     	margin:0;
     	padding:0;
     	background:transparent url("/img/login_char.jpg") no-repeat right bottom;
     	text-indent:-1000em;
     	float:left;
	}
  	#login_text {
  		width:81px;
     	height:63px;
     	padding:5px 0 0 0;
    	float:left;
	}
  		#login_field {
     		width:79px;
     		width /**/:77px;
        	height:16px;
        	margin:1px 0;
        	text-align:left;
        	border:1px #e5e5e5 solid;
 			background-color:#fff;
       	clear:both;
		}
	#login_right {
		width:75px;
     	height:63px;
     	float:left;
	}
  	#login_bottom {
  		width:238px;
     	height:23px;
     	clear:both;
	}
  		#login_regist a {
     		width:56px;
        	height:23px;
        	margin:0;
        	padding:0 0 0 75px;
  			background:transparent url("/img/regist.jpg") no-repeat right bottom;
        	text-indent:-1000em;
        	float:left;
  		}
     	#login_searchid a {
      	width:107px;
        	height:23px;
        	margin:0;
        	padding:0;
        	background:transparent url("/img/findid.jpg") no-repeat right bottom;
        	text-indent:-1000em;
        	float:left;
		}

	#logout_welcome {
		color:#828282;
		padding:10px 0 0 0;
		clear:both;
	}
	#buttons_logout {
		padding:0;
		clear:both;
	}
	#button_logout a {
		width:56px;
     	height:20px;
     	margin:0;
     	padding:0;
     	background:transparent url("/img/logout.jpg") no-repeat right bottom;
     	text-indent:-1000em;
     	float:right;
	}
	#button_admin a {
		width:40px;
     	height:20px;
     	margin:0;
     	padding:0;
     	background:transparent url("/img/admin.jpg") no-repeat right bottom;
     	text-indent:-1000em;
     	float:right;
	}
