@charset "utf-8"; 

/* ----- BTN1 Setting ----- */
.BTN1, .BTN1 a, .BTN1 button, .BTN1 input 	{ 
	margin-top:-9px;position:relative; margin:0; display:inline-block; 
	text-decoration:none !important; border:0; 
	font-size:12px; white-space:nowrap; background:url('../images/white/login.gif') no-repeat; 
	vertical-align:middle; overflow:visible; color:#ffffff;
}
.BTN1 { height:23px; padding:0; margin-right:12px; background-position:left top;}

.BTN1 a,.BTN1 button,.BTN1 input		{ 
	left:10px; *vertical-align:top; cursor:pointer;
}

/* right */
.BTN1 a, .BTN1 button, .BTN1 input 	{ 
	height:24px; padding:0 0px 0 0px; font-size:12px; line-height:24px; background-position:right top;
}

/* Button Size */
.BTN1 a,.BTN1 button,.BTN1 input { 
	height:24px; padding:0 12px 0 0px; 
	font-size:12px; line-height:24px; 
	background-position:right top;
}

/* BTN1 Text Color */
.BTN1 *:hover,
.BTN1 *:active,
.BTN1 *:focus	{ color:#ffffff;}

/** 
* Testing everywhere search 
* 사파리, 크롬 포커스시 아웃라운 제거
*/
#inputID, #inputPW { outline: none; }

/* ----- Input Setting ----- */
#boxID {float:left; margin-top:0px; width:110px; overflow: hidden;
background:#ffffff;

font-size:12px;

height:16px;
border:1px solid #000;
}
#boxPW {float:left; margin-left:4px; margin-top:0px; width:110px; overflow: hidden;
background:#ffffff;

font-size:12px;
height:16px;
border:1px solid #000;
}
#inputID {width:94px; height:16px; margin-left:10px; margin-top:-1px; line-height:16px; border:0px; font-size:13px; color:#000;}
#inputID.ko {background: url('../images/white/id_bg_ko.gif') no-repeat -3px 1px; border:0px}

#inputPW {width:94px; height:16px; margin-left:10px; margin-top:-1px; line-height:16px; border:0px; font-size:13px; color:#000;}
#inputPW.ko {background: url('../images/white/pw_bg_ko.gif') no-repeat -3px 1px;}

#boxBtn {float:left; margin-left:5px; margin-top:0px}

#boxSave {float:left; height:18px; line-height:18px; color:#000; margin:0px 5px}
#boxSave #keepid {vertical-align:middle; *margin:0px 0px}

#boxMembership {float:left; height:18px; line-height:18px; padding:2px 10px; }

#boxMembership a {text-decoration: none; font-weight:bold; color:#d1c0a5}
#boxMembership a:hover {text-decoration: underline; font-weight:bold; color: #d1c0a5}

#boxFind{float:left; height:18px; line-height:18px; padding:2px 10px; background: url('../images/white/ico_fr.gif') no-repeat 0px 5px;}
#boxFind a {text-decoration: none; font-weight:bold; color:#d1c0a5}
#boxFind a:hover {text-decoration: font-weight:bold; underline; color:#d1c0a5}


/* ----- Logged info ----- */
#boxInfo {float:left; height:16px; line-height: 16px; padding:0px 0px; color:#fff; letter-spacing:-1px;}
#boxInfo span {font-size:14px; font-weight:bold; color:#fff}
#boxInfo span2 {font-size:12px; font-weight:bold; color:#fff}

#boxMemberTools {float:left} 
#boxMemberTools ul {list-style: none; margin:-2px 10px; padding:0px}
#boxMemberTools ul .savep {margin-left:0px; margin-top:5px;  font-weight:bold; color:#fff; letter-spacing:-1px;}
#boxMemberTools li {float:left; width:16px; height:16px; overflow: hidden; background:url('../images/white/ico_logged_user.gif') no-repeat; margin:3px; list-style:none; padding:0px}
#boxMemberTools a {width:16px; height:16px; display:block}
#boxMemberTools li span {display:none}



#boxAdminTools {float:left; background: url('../images/white/ico_fr.gif') no-repeat 0px 4px;}
#boxAdminTools ul {list-style: none; margin:-2px 10px; padding:0px}
#boxAdminTools li {float:left; width:16px; height:16px; overflow:hidden; background: url('../images/white/ico_logged_admin.gif') no-repeat; margin:3px; list-style:none; padding: 0px}
#boxAdminTools a {width:16px; height:16px; display:block}
#boxAdminTools li span {display:none}

#boxAdminTools .dispManage {background-position: 0px 0px}
#boxAdminTools .dispLayoutSetting {background-position: 0px -16px}
#boxAdminTools .dispLayoutEdit {background-position: 0px -32px}

#boxLog {float:left; height:16px; line-height:16px; color:#f19ec2}
#boxLog span {color:#f19ec2}








