@charset "utf-8";
/* CSS Document */

body{
  background-color:#f2f2f2
}

/* 가운데 전체 위치 */
#LoginBox{                   
   position:absolute;
   top:50%;
   left:50%;
   width:846px;
   height:286px;
   background-image:url(../../images/login/box.gif);
   margin: -143px 0 0 -423px;
}

/* 메인 이미지 레이어 */
#MainImg{
   position:absolute;
   top:24px;
   left:22px;
   width:360px;
   height:240px;
}

/* HIS 메인 타이틀  레이어 */
#MainTitle{
   position:absolute;
   top:50px;
   left:445px;
   width:370px;
   height:30px;
   font-size:12px;
   text-decoration:bold;
   color:Black;
}

/* 로그인 전체 레이어 */
#LoginForm{
   position:absolute;
   top:80px;
   left:440px;
   width:370px;
   height:119px;
   background-color:White;
   border:solid 1px #dedede;
}

/* title 레이어 */
#inputtitle
{
    position:absolute;
    top:60px;
    left:18px;
   height:74px;
   line-height:29px;
    top: 33px;
}

/* ID 입력 레이어 */
#inputpass
{
   position:absolute;
   top:65px;
   left:130px;
   height:74px;
   line-height:25px;
    top: 33px;
}



/* 로그인 버튼 레이어 */
#inputbutton{
   position:absolute;
   left:289px;
   top:39px;
}




/* 아이디 저장 좌측 마진 */
.title{
    width:80px;
}

/* 입력박스 크기 고정 */
.inputform{
height:17px;
width:160px;
margin:4px 0px 4px 0px;
}
