@charset "utf-8";
/* CSS Document */
body{margin:0px; background:url(../script/colorbox/example4/images/loading.gif) no-repeat center center #fff; }
body,td,th,input {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}


::-webkit-input-placeholder { /* WebKit browsers */    color:    #ccc;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */    color:    #ccc;}
::-moz-placeholder { /* Mozilla Firefox 19+ */    color:    #ccc;}
:-ms-input-placeholder { /* Internet Explorer 10+ */    color:    #ccc;}



.login_width{ width:980px; margin:0 auto; color:#999; padding:25px 0 15px; position:relative;}
.login_width #toplogo{max-height:50px;}
.login_width #toptext{ position:absolute; right:0px; bottom:15px;}

#login_bgbox{background:url(../images/b.png);}
#login_bgbox_cenbox{ width:980px; margin:0 auto; height:500px; position:relative;}
#loginbox{width:300px; position:absolute; top:50px; right:0px;}
#box1{border:1px solid #e9e9e9;border-radius:5px; box-shadow: 0px 0px 6px #ccc; padding:10px 20px 20px; background-color:rgba(255,255,255,0.9);
	margin-top:5px;}
#box1 h1{ color:#828282; margin:5px 0 13px; padding:0px 0 13px; font-size:16px; text-align:center; border-bottom:1px solid #f8f8f8;}
#box1 h2{ color:#7d7d7d; margin:0px; padding:0px 0 13px; font-size:14px;}

.inputbox{border:1px solid #a3a3a3;border-radius:5px; box-shadow:inset 0px 0px 6px #ccc; height:38px; line-height:38px; padding:0px 5px;
display:block; margin-bottom:10px; background-color:#fff; }
.inputbox img{float:right; margin-top:5px;}
.inputbox input{ border:none; padding:0px; background:none; height:38px; line-height:38px;}

.loginbtn{border:1px solid #1c6fc3;border-radius:5px; box-shadow:inset 0px 0px 6px #e9e9e9; background-color:#3b8ce0;
		 color:#fff; font-size:14px; line-height:38px; width:100%; font-weight:bold; cursor:pointer;}
#username{background-image:url(../images/user.png); background-repeat:no-repeat; background-position:5px center; width:225px; padding-left:25px;}
#password{background-image:url(../images/pwd.png); background-repeat:no-repeat; background-position:5px center; width:225px; padding-left:25px;}
