@charset "utf-8";
/* CSS Document */

body { background:url(../images/body_bg.png)}
.warp_login{ width:1000px; height:650px; margin:0 auto;background:url(../images/login_bg.jpg) no-repeat   center top; position:relative}
.login_box{ width:318px; height:426px; background:url(../images/login_box_bg.png) no-repeat left top;  position:absolute; right:40px; top:150px;}
.login_box .info{ margin:90px 30px 10px; height:240px}
.login_box .info p{ text-align:center; margin-bottom:20px;}
.paw_input{ width:247px; height:45px; background: url(../images/psw_input_bg.png) no-repeat left top; border:none; text-indent:40px; font:14px/40px "微软雅黑"; color:#666}
.btn_login{width:247px; height:45px; background: url(../images/btn_login.png) no-repeat left top;border:none; cursor:pointer;}
.btn_login:hover{width:247px; height:45px; background: url(../images/btn_login_on.png) no-repeat left top;border:none; cursor:pointer;}
.fotter{ width:100%; height:40px; position:absolute; bottom:0; text-align:center; color:#C30; font:12px/40px "微软雅黑"; }