
/* @charset "utf-8"; */

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:5px;
   left:5px;
   width:392px;
   height:275px;
}

/* HIS 메인 타이틀  레이어 */
#MainTitle{
   position:absolute;
   top:44px;
   left:473px;
   width:297px;
   height:28px;
}

/* 로그인 전체 레이어 */
#LoginForm{
   position:absolute;
   top:100px;
   left:473px;
   width:297px;
   height:128px;
}

/* ID 입력 레이어 */
#inputname{
   height:25px;
   margin-top:5px;
}

/* pass 입력 레이어 */
#inputpass{
   height:25px;
}

/* 아이디 저장 레이어 */
#inputsaveid{
   height:40px;
   padding-top:7px;

}

/* webdesk / HCMS 선택 레이어 */
#inputgo{
   height:25px;
   text-align:center;
}

/* 로그인 버튼 레이어 */
#inputbutton{
   position:absolute;
   left:220px;
   top:5px;
}


#notice{
   position:absolute;
   z-index:3;
   left:0px;
   top:0px;
   width:290px;
   height:80px;
   background-color:#ff0000;
}

/* 아이디 저장 좌측 마진 */
#saveid{
    margin-left:40px;
}

/* 비번 재발급 좌측 마진 */
#issuepass{
   margin-left:40px;
}

/* 아이디 입력박스 좌측 마진 */
#id{
   margin-right:27px;
}

/* 비밀번호 입력박스 좌측 마진 */
#pass{
   margin-right:16px;
}

/* 입력박스 크기 고정 */
.inputform{
height:17px;
width:160px;
}
