html, body, table, tr, td{
	margin: 0;
	padding: 0;
	font-family: 맑은고딕;
}
body{
	background-color: #eae9e7;overflow-x:hidden;margin: 0; height: 100%;
}

.loginBody{
	background-color:white; 
}

.loginForm {
	overflow: hidden;
	position: absolute; 
	width:1024px;	height:768px;
	top: 50%; 		left: 50%; 
	margin-left: -450px; 
	margin-top: -220px; 
}

.smallTable{
	height: 409px; 
	width: 583px; 
	border: none; 
	border-spacing: 0; 
	border-bottom: 1px solid #e0e7e0;
}

.smallTable tr{
	width: 100%;
}
.smallTable tr td.pane{
	width: 239px; height: 25px; 
	font-weight: bold; 
	font-size: 15px; 
	color: #aa99a1; 
	text-align: left;
}
.smallTable tr td.noticeImage{
	border-left: 1px solid #e0e7e0;
}
.smallTable tr td.noticeImage img{
/* 	width: 247px; height: 315px;  */
	border: 1px solid e0e7e0; 
	border-spacing: 0; 
	margin-left: 28px;
}
.smallTable tr td.loginTd{
	width: 239px; height: 55px; 
	vertical-align: bottom;
}
.smallTable tr td.blankLine{
	width: 239px;	height: *; 
	vertical-align: middle;
}

.logoTr{
	width: 100%; 
	height: 45px; 
	border: none; 
	border-spacing: 0;
}
.logoTr td{
	width: 100%; 
	height: 35px;
}
.logoTr td img{
	width: 208px; 
	height: 43px;
}

.inputTextTd{
	width: 239px; 
	height: 30px; 
	vertical-align: bottom;
}
.inputTextTd input{
	ime-mode: inactive;
	padding-left: 5px;
}

.inputText{
	width: 208px; 
	height: 33px; 
	line-height: 40px;
	font-weight: bold; 
	font-size: 14px; 
	color: #9da19d;
	border:none; 
	background-image: url('../images/inputForm.jpg');
	background-repeat: no-repeat;
}

.loginButton{
    display:inline-block;
	cursor: pointer;
	width: 180px; 	height:23px;
	border:1px solid #c45c37;
    padding:4px 13px;
    color:#fff;		background:#fb600d;
	font-size:15px;
	text-decoration : none;
	text-align: center;
	vertical-align:middle;
}


.copyright{
	height: 30px; width: 583px; 
	border: none; border-spacing: 0;
}

.copyright tr td{
	width: 100%;	height: 30px; 
	color: #b3b2b2; 
	font-size: 11px; 
	text-align: center;
}