﻿ #layout_logon
{
	background-image: url('../../Images/Main/bg_logon.png');
	background-repeat:no-repeat;
	
	width:208px;
	height:145px;
}
 #layout_logon input.text_box
{
	width:80px;
}

 #layout_logon #txt_id
{
	position:relative;
	top:44px;
	left:52px;
}
 #layout_logon #txt_pw
{
	position:relative;
	top:46px;
	left:52px;
}
 #layout_logon #btn_login
{
	position:relative;
	top:2px;
	left:140px;
}
#layout_logon #btn_join
{
	float:left;
	position:relative;
	top:13px;
	left:10px;
	width:62px;
}
#layout_logon #btn_search
{
	float:left;
	position:relative;
	top:13px;
	left:10px;
}

#layout_logon #icon
{
	float:left;
	position:relative;
	width:45px;
	height:47px;
	top:40px;
	left:11px;
}
#layout_logon #user
{
	float:left;
	position:relative;
	width:150px;
	height:50px;
	top:45px;
	left:20px;
}
#layout_logon #btn_logout
{
	float:left;
	position:relative;
	width:63px;
	height:24px;
	top:40px;
	left:25px;
}
#layout_logon #btn_info
{
	float:left;
	position:relative;
	width:63px;
	height:24px;
	top:40px;
	left:30px;
}
#layout_logon #btn_admin
{
	position:relative;
	width:126px;
	height:24px;
	top:40px;
	left:25px;
}