@charset "utf-8";
/* +--------------------------------------------------------------------**
** | Author: 浅风小河 <cisoleo@qq.com>  
** +--------------------------------------------------------------------**
** | Copyright (c) 2010-2013 http://www.131401.com All rights reserved.
** +--------------------------------------------------------------------*/

* { margin:0px; padding:0px; }
html { overflow-x:hidden; height:100%; }
body { background:url(../Images/login_bg.jpg) repeat; color:#666; font-family:"微软雅黑"; min-width:960px; overflow-x:hidden; }
h1 { font-size:26px; height:50px; line-height:50px; font-weight:bold; margin-top:120px; }
.login { width:350px; height:auto; margin:0 auto; }
.login .main { height:180px; padding:0px 20px; background-color:#FFF; border:1px solid #c4c4c4; border-bottom:none; }
.login .main .tip { padding-top:20px; }
.login .main .text { padding-top:10px; }
.login .main .text input { width:285px; border:1px solid #c4c4c4; height:30px; line-height:30px; padding:0px 10px; }
.login .main .text .username { background:url(../Images/login_user.jpg) no-repeat right center; }
.login .main .text .password { background:url(../Images/login_pass.jpg) no-repeat right center; }
.login .button { height:40px; background:#f5f5f5; padding:12px 20px 0px 20px; text-align:right; border:1px solid #c4c4c4; border-top:none; }
.login .button button { width:60px; background:url(../Images/button.png) repeat-x left top; height:30px; line-height:30px; paddingt:0px 20px; border:none; color:#FFF; margin-left:10px; }
.login .button button:hover { background-position: center -30px; }