﻿@charset 'utf-8';
/* Base */
html, 
body { 
	height: 100%;
	margin: 0; 
	padding: 0;
	font-size: 9pt;
	line-height: 1.5em;
	font-family: "Dotum",  "Arial";
} 
table {border-collapse: collapse; border: 0px; padding: 0;}
P {margin-top:2px;margin-bottom:2px;} 
table th, table td { padding: 0;}
img {
	border: 0;
}
a:link {
	color: #00AEEF;
	text-decoration:none;
}
a:visited {
	color: #00AEEF;
	text-decoration:none;
}
a:active {
	color: #00AEEF;
	text-decoration:none;
}
a:hover {
	color: #00AEEF;
	text-decoration:underline;
}

input:hover, input:focus {
	background-color: #FFFBDE;
}

input {
	font-family: "Dotum",  "Arial";
	vertical-align: middle;
	font-size: 9pt;
	color: #414042;	
	border-top: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	background: #fff;
	padding:2px 0 0 0;
	height:14px;
}

input[type=checkbox] {
	border:0;
	width:14px;
	height:14px;
	background-color:transparent;
}

#login { 
	width: 473px;
	height: 310px; 
	position: absolute; 
	top: 50%; /* 화면의 중앙에 위치 */ 
	left: 50%; /* 화면의 중앙에 위치 */ 
	margin: -190px 0 0 -202px; /* 높이의 절반과 너비의 절반 만큼 margin 을 이용하여 조절 */ 
}
.logo {
	height:70px;
	vertical-align:top;
}
.login_bg {
	background:url(../Images/img/login_bg.gif) no-repeat;
	height:132px;
	vertical-align:top;
	padding:67px 0 0 75px;
}
.login_btn {
	vertical-align:top;
	padding:0 0 0 8px;
}
.login_btn input {
	height:43px;
	border:0;
	padding:0;
	margin:1px 2px 1px 0;
}
.int {
	height:21px;
	vertical-align:top;
	padding:1px 0 0 0;
}
.int input {
	width:153px;
}
.chk {
	height:24px;
	color:#414042;
	font-family: "Dotum",  "Arial";
}
.t_org {
	color:#F5773A;
}
.t_grn {
	color:#799D1A;
}
.login_tip {
	font-size:11px;
	line-height:16px;
	color:#414042;
	background:url(../Images/ico/bul_07.gif) no-repeat 9px 8px;
	padding:3px 0 0 24px;
}
.login_tip2 {
	font-size:11px;
	color:#414042;
	line-height:14px;
	padding:3px 0 0 24px;
}
/* 20080814 배너 추가 */
.banner {
	position:absolute;
	top:70px;
	left:410px;
	width:68px;
	margin:8px 0 0 0;
	overflow:hidden;
	text-align:center;
}
