/* CSS Document */
@import "reset.css";
body{background:url(../img/login_bg.jpg) #eef0f6 repeat-x;}
#container{width:100%;height:100%;background:url(../img/login_bg1.jpg) no-repeat center top;}
.logo{position:absolute;left:0;top:0;width:233px;height:168px;background:url(../img/logo.png) no-repeat;}
.bottom1{width:100%;height:80px;background:url(../img/bottom_bg1.png) no-repeat right;position:absolute;bottom:0;right:0;}
.bottom2{width:100%;height:54px;background:url(../img/bottom_bg2.png) no-repeat left;position:absolute;bottom:0;left:0;}
#body{width:274px;position:absolute;left:50%;top:300px;margin-left:-74px;}
#body p{height:36px;}
.ipt1{border:none;height:28px;background:url(../img/login_ipt.jpg) no-repeat;line-height:28px;padding:0 5px;font-size:14px;vertical-align:middle;width:214px;}
.ipt2{border:none;height:28px;background:url(../img/login_ipt2.jpg) no-repeat;line-height:28px;padding:0 5px;font-size:14px;vertical-align:middle;width:72px;}
.submit{background:url(../img/login_submit.png) no-repeat;width:74px;height:33px;border:none;cursor:pointer;}
.footer{position:absolute;width:100%;left:0;top:580px;text-align:center;color:#666;}
.captcha_img{display:inline-block;margin-left:10px;}
.captcha_img{*display:inline;}
.captcha_img img{vertical-align:middle;}
/*IE6*/
.logo{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/webadmin/img/logo.png', sizingMethod='scale');}
.bottom1{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/webadmin/img/bottom_bg1.png', sizingMethod='scale');}
.bottom2{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/webadmin/img/bottom_bg2.png', sizingMethod='scale');}