/***********************************************************************************
* Copyright (C)RFLOGIX since 2010.08.24 (rflogix@rflogix.com)
************************************************************************************
* ● 프로젝트	: AGM-관리자
* ○ 파일		: login.css
* ○ 생성		: 2014.03.26(수요일)
* ○ 최종변경	: 2014.03.26(수요일)
***********************************************************************************/

/* login */
#login {background:#fff;}
#login #topWrap {padding-top:30px; width:980px; height:300px; margin:0 auto; position:relative;}
#login #topWrap #intro {text-align:right; position:absolute; bottom:25px; right:10px;}
#login #loginWrap {height:146px; background:url(../image/index/login_bg.gif) 0 0 repeat-x;}
#login #loginWrap .welcome {height:35px; line-height:35px; color:#fff; text-align:right; width:950px; padding-right:30px; margin:0 auto;}

.loginForm {width:980px; height:106px; position:relative; margin:0 auto;}
.loginForm input[name='UserID'] {width:200px; height:34px; top:17px; right:130px; position:absolute; color:#666; font-weight:bold; ime-mode:inactive; border:0; padding:0 10px; background:url(../image/index/input_bg.png) 0 0 no-repeat;}
.loginForm input[name='UserPW'] {width:200px; height:34px; top:55px; right:130px; position:absolute; color:#666; font-weight:bold; ime-mode:inactive; border:0; padding:0 10px; background:url(../image/index/input_bg.png) 0 0 no-repeat;}
.loginForm .btn_login {width:96px; top:17px; right:30px; position:absolute; cursor:pointer;}

#information {width:980px; margin:0 auto; padding-top:20px; font-size:11px; line-height:150%; color:#666;}
#information b {color:#333; display:block; margin-bottom:6px; background:url(../image/index/ico_info.gif) 0 center no-repeat; padding-left:15px;}
#copyright {margin:0 auto; padding-top:200px; text-align:center; color:#999;}
