@charset "UTF-8";
/* CSS Document */

.LOGIN_BLOCK
{
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:120px;
}

.LOGIN_MEMBER_NAME
{
	position:absolute;
	left:15px;
	top:10px;
	width:160px;
	height:14px;
	font-family:NanumGothic, AppleGothic, Gulim;
	font-weight:bold;
	font-size:9pt;
	color:#333;
	text-align:left;
}

.LOGIN_NIM
{
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:9pt;
	color:#333;
	font-weight:normal;
}

.LOGOUT_BUTTON
{
	position:absolute;
	top:10px;
	left:184px;
	background:url(/images/wlogout_button.gif) no-repeat;
	cursor:pointer;
	width:51px;
	height:18px;
}

.LOGIN_LEVEL {
	position:absolute;
	top:32px;
	left:15px;
	width:80px;
	height:10px;
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:8pt;
	color:#666;
	text-align:left;
}
.LOGIN_TMPP {
	position:absolute;
	top:50px;
	left:15px;
	width:220px;
	height:10px;
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:8pt;
	color:#666;
	text-align:left;
}

.LOGIN_M2TEXT
{
	font-weight:bold;
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:9pt;
	color:#666;
	text-align:left;
}

.LOGIN_M3TEXT
{
	font-weight:bold;
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:8pt;
	color:#F30;
	text-align:left;
}

.LOGIN_M4TEXT
{
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:8pt;
	color:#666;
	text-align:left;
}

.LOGIN_MSGBOX
{
	position:absolute;
	top:78px;
	left:25px;
	width:65px;
	height:16px;
}

.LOGIN_MSGNUM
{
	color:#F30;
}

.LOGIN_PHOTOBOX
{
	position:absolute;
	top:78px;
	left:110px;
	width:46px;
	height:16px;
}

.LOGIN_REVIEWBOX
{
	position:absolute;
	top:78px;
	left:198px;
	width:46px;
	height:16px;
}

.LOGIN_CART
{
	position:absolute;
	top:95px;
	left:25px;
	width:50px;
	height:14px;
}

.LOGIN_SPON
{
	position:absolute;
	top:95px;
	left:110px;
	width:50px;
	height:14px;
}

.LOGIN_INFO
{
	position:absolute;
	top:32px;
	left:186px;
	cursor:pointer;
	width:51px;
	height:18px;
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:8pt;
	color:#666;
}

.LOGIN_BAR2
{
	position:absolute;
	top:58px;
	left:5px;
	width:250px;
	height:5px;
	border-bottom:1px solid #CCC;
}

.LOGIN_TEXT
{
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:9pt;
	color:#666;
}

.LOGIN_TEXT_SMALL
{
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:8pt;
	color:#666;
}
.LOGIN_MEMINPUT
{
	position:absolute;
	top:10px;
	left:15px;
	width:115px;
	height:18px;
}

.LOGIN_FIELD
{
	width:115px;
	height:18px;
	border:inset 1px #CCC;
	background-color:#FFF;
	background-image:url(/images/id_back.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

.LOGIN_PASSWORD_FIELD
{
	width:115px;
	height:18px;
	border:inset 1px #CCC;
	background-color:#FFF;
	background-image:url(/images/password_back.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

.LOGIN_PASSINPUT
{
	position:absolute;
	top:33px;
	left:15px;
	width:115px;
	height:18px;
}

.LOGIN_BUTTON
{
	position:absolute;
	top:35px;
	left:150px;
	width:52px;
	height:18px;
}

.LOGIN_AUTOLOGIN
{
	position:absolute;
	top:58px;
	left:15px;
	width:18px;
	height:18px;
}

.LOGIN_AUTOLOGIN_TEXT
{
	position:absolute;
	top:61px;
	#top:63px;
	left:28px;
	width:89px;
	height:12px;
}

.LOGIN_BAR
{
	position:absolute;
	top:75px;
	left:5px;
	width:250px;
	height:5px;
	border-bottom:1px solid #CCC;
}

.LOGIN_JOIN
{
	position:absolute;
	top:95px;
	left:10px;
	width:75px;
	height:16px;
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:9pt;
	font-weight:bold;
	color:#666;
	cursor:pointer;
}

.LOGIN_FINDID
{
	position:absolute;
	top:95px;
	left:90px;
	width:95px;
	height:16px;
	font-family:NanumGothic, AppleGothic, Gulim;
	font-size:8pt;
	color:#036;
	cursor:pointer;
}

