@import url(base.css);
|
|
html, body{ overflow:hidden; height:100%;}
|
|
body{ background:url(images/login-bg.jpg);}
|
|
|
.login-canvas{ padding-top:100px; width:700px; margin:0 auto;}
|
|
.left-area, .center-area{ }
|
|
.left-area{ float:left; width:400px; height:289px; background:url(images/login-library.png) no-repeat center;}
|
|
.center-area{ overflow:hidden; zoom:1;}
|
|
form{padding-top:70px; background:url(images/login-bg.png) no-repeat left center; padding-left:50px;}
|
|
form td{ padding:5px 0;}
|
|
form .inputText-acc{ height:29px; background:url(images/login-input-icon-0.png) no-repeat left top; padding-left:34px;}
|
|
form .inputText-pw{ height:29px; background:url(images/login-input-icon-1.png) no-repeat left top; padding-left:34px;}
|
form .inputText-code{ height:29px; background:url(images/login-input-icon-1.png) no-repeat left top; padding-left:34px;}
|
|
form .inputText-code div, form .inputText-acc div, form .inputText-pw div{ height:100%; background:url(images/login-input-bottom.png) no-repeat right top; padding-right:3px;}
|
|
form .inputText-code div,form .inputText-acc div div, form .inputText-pw div div{ background:url(images/login-input-bg.png) repeat-x top; padding:0; overflow:hidden;}
|
|
form .inputText{ border:none; width:150px; height:29px; line-height:25px; background-color:transparent;}
|
|
form .inputTextCode{ border:none; width:100px; height:29px; line-height:25px; background-color:transparent;}
|
|
form label{ color:#FFF; font-weight:normal; }
|
|
form .butt-submit{ width:81px; height:38px; border:none; background:url(images/login-submit.png) no-repeat top; cursor:pointer;}
|
|
form .butt-reset{ width:81px; height:38px; border:none; background:url(images/login-reset.png) no-repeat top; cursor:pointer;}
|