@charset "utf-8";
/* CSS Document */
body{ background:url(../images/login_bg.jpg) no-repeat  center top #35302d; background-size:100% auto; }
.login_bg{ position: fixed;left: 75%;top: 45% ;  background: #fff;  width:500px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);	-ms-transform:translate(-50%,-50%);	transform:translate(-50%,-50%); }
.login_box{ width:330px; height:420px; background:none; margin:0 auto;-webkit-border-radius:20px;-moz-order-radius:20px;-o-border-radius:20px;	-ms-border-radius:20px;border-radius:20px; overflow:hidden; margin-bottom:30px;}

.login_box h1{ background:#00808d; font-size:32px; color:#333; text-align:center; height:80px; line-height:80px; background:none;}

.dl_io_name{ font-size:20px; display:block; width:100%; text-align:left; height:50px; line-height:50px;}
.ok_btn{ font-size:20px; width:240px; height:50px; line-height:50px; text-align:center; font-weight:bold;}
.input_bg{ border:1px #ddd solid; padding:10px; width:300px;}
.detail_btn_box{ padding-bottom:0px; padding-top:20px; text-align:left; padding-left:0px;}
