* { margin:0; padding:0; }
html, body {margin:0; padding:0; height:100%;font-family:"맑은 고딕",malgun;}
.body {
	position:relative;
	padding-top: 80px;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:transparent url(./images/login_bg.gif) left top repeat-x;
}
.main {
	background:url(./images/login_logo.png) center top no-repeat;
}
.main:before, .loginbox:before, .clear:before {clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.loginbox .form .button:after {clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}

.loginbox {
	position:relative;
	margin: 118px auto 0 auto;
	width : 592px;
	background-color : #111E48;
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
}

.loginbox .bd h2 {
	width: 425px;
	height: 69px;
	margin-top:30px;
	background:url(./images/signin.jpg) no-repeat;
	text-indent:-999999px;
	overflow:hidden;
}

.loginbox .db h2 {
    width: 425px;
    height: 69px;
    margin-top:30px;
    background:url(./images/find_pass.jpg) no-repeat;
    text-indent:-999999px;
    overflow:hidden;
}

.loginbox form {
	margin:0 0 0 60px;
	padding:0;
	*margin-left: 42px;
	_margin-left: 42px;
}

.loginbox form li {
	list-style:none;
	list-style-type:none;
	margin:0;
}

.loginbox form .input {margin:0;float:left;}
.loginbox form .button {float:none;}


#username {width:150px;height:20px;border:0px;background:#F5F5F5 url(/img/userid_bg.gif) left center no-repeat;margin-bottom:5px;}
#password {width:150px;height:20px;border:0px;background:#F5F5F5 url(/img/passwd_bg.gif) left center no-repeat;}
#signin {width:85px;height:50px;background:url(./images/button_signin.gif) no-repeat;float:left;text-indent:-999999px;overflow:hidden;margin:0 10px;border:0;}
#register {
	position:relative;
	width:85px;
	height:50px;
	background:url(./images/button_reg.gif) no-repeat;
	text-indent:-999999px;
	overflow:hidden;
	border:0;
	display:block;
	margin:0;
	padding:0;
	*top:-20px;
	_top:-20px;
	*left:-15px;
	_left:-15px;
}
li.autologon {
	position:relative;
	color:white;
	font-size:0.75em;
	padding-top:5px;
	*top:-20px;
	_top:-20px;
}

.lnk {
	margin-top: 20px;
	margin-left:72px;
}
.lnk li {
	list-style:disc !important;
	list-style-type:disc !important;
	font-size:9pt;
	color:#ACA5CF;
	*height:25px;
	line-height:25px;
}
.lnk li a {
	color:#ACA5CF;
	text-decoration:none;
}
.foot {
	position:absolute;
	background:#C2C2C2 url(./images/footer_bg.gif) repeat-x;
	width:100%;
	bottom:0;
	text-align:center;
	padding:20px 0 20px 0;
	font-size:10pt;
	color:#424242;
	font-family:"Tahoma";
}

.foot a {color:#424242;text-decoration:none;}
.clear {height:0 !important;line-height:0;}

