@charset "gb2312";
/******************************************************************
* ID: 朝阳职业学校数字化校园-学籍管理系统
* date created: 2009-07-02
* latest changed : 2010-01-05 gaoweizhong
* Description: 用于web应用的登录页面布局。
******************************************************************/
/* CSS Document */

/* 滚动条 */
html { overflow:auto; }

body { background-image: url(../images/bg_body.gif); }

/* 登录页容器层 */
#contanier { text-align: center; width: 860px; height: 420px; margin-top: 25px; margin-right: auto; margin-bottom: 25px; margin-left: auto; padding-top: 75px; }

/* 登录页登录区（背景图） */
#login { background-image:url(../images/pic_login.png); background-repeat: no-repeat; text-align: center; width:720px; height:350px; margin: 0px; margin-right:auto; margin-left:auto; padding-top: 0px; }
#baseid { font-size:14px; color:#333; padding-top: 130px; padding-left:250px;}

/* 登录页表单区 */
#form { text-align: left; height:130px; margin: 0px; padding-top: 60px; padding-left: 330px; }
#form_user { height:22px; width:99%; padding:2px; }
#form_psw { height:22px; width:99%; padding:2px; }
#form_sn { height:22px; width:99%; padding:2px; }
.l { width:40px; float:left; padding-top:5px; }
.r { width:240px; float:left; }
.r_input { width:85px; float:left; }
.r_number { position:absolute; width:66px; height:25px; z-index:1; }
#form_submit { width:240px; float:left; padding-top:8px; padding-left:43px; }

/* 登录页版权 */
#copyrights { font-size: 12px; color: #666; background-image: url(../images/bg_footer_login.gif); text-align: center; width:720px; margin: 0px; margin-right:auto; margin-left:auto; padding-top: 3px; }
