
*{
	margin:0px;
	padding:0px;
}
body, html {width:100%; height:100%;}
img{
	border:none;
}
html {
                font-size: 100%;
                height: 100%;
                margin-bottom: 1px; 
                }

body {
                font-family: Arial, Helvetica, sans-serif;
                color: #555;
                font-size: 12px;
                }

#body-wrapper {
                background: url('../images/bg-radial-gradient.gif') fixed 230px top no-repeat;
                }                

/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
                font-family:"微软雅黑", Helvetica, Arial, sans-serif;
                color: #222;
                }

h1            { font-family: Calibri, Helvetica, Arial, sans-serif; font-size: 31px; font-weight: bold; color: #fff; 
				  position: absolute; top: -1000px;  /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */
				}
				
h2            { font-size: 26px; padding: 0 0 10px 0; }
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 0 0 5px 0; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }


a              { color: #73001b; text-decoration: none; }
a:hover     { color: #004a0f; }
a:active     { color: #777; }
a:focus     { outline: 1px; }

strong       { font-weight: bold; color: #333; }

small   		{ font-size: 0.85em; }

pre           { font-family: monospace; }


/********************************      General Classes      ********************************/

.clear {
                clear: both;
                }
				
.align-left {
                float: left;
                }
				
.align-right {
                float: right;
                }



/********************************      Main Content      ********************************/

/********************************      Login Page      ********************************/

body#login {
                color: #fff;
                background: #222 url('../images/bg-login.gif');
				}
				
#login-wrapper {
                background: url('../images/bg-login-top.png') top left repeat-x;
				}

#login-wrapper #login-top {
				width: 100%;
				padding: 80px 0 50px 0;
				text-align: center;
				
				}
				
#login-wrapper #login-content {
				text-align: left;
				width: 485px;
				margin: 0 auto;
				margin-top:50px;
				}
/********************************      jQuery plugins styles      ********************************/


.prompt_box{ width:484px; height:39px; background:url(../images/notification_bg.png) no-repeat; line-height:39px; color:#333;}
.prompt_box:after{clear:both;display:block;content:"";height:0px;overflow:hidden;}
.prompt_ico{ background:url(../images/icons/information.png) no-repeat left center; margin-left:20px; padding-left:20px;}

.login_box{ width:484px;margin-top:15px;}
.login_box02{ margin-top:20px;}
.login_box:after{clear:both;display:block;content:"";height:0px;overflow:hidden;}
.login_box span{ width:69px;float:left; height:28px; line-height:28px; text-align:right; font-size:14px; margin-right:18px; display:inline;}

.login_box input.input_on,.login_box input.input_off,.login_box input.input_move,.login_box input.input_out{ width:484px; height:64px;border-style:none;font-family:"微软雅黑","黑体"; font-size:18px; text-indent:20px; float:right; *line-height:64px!important;}
.login_box input.input_on,.login_box input.input_move{background:url(../images/input_out.png) no-repeat; color:#959595;}
.login_box input.input_off,.login_box input.input_out{ background:url(../images/input_move.png) no-repeat; color:#3b3b3b;}
.up_password{color:#fff; height:35px; line-height:35px; text-decoration:underline; width:70px; float:left; background:url(../images/up_password.png) no-repeat left center; padding-left:25px;}

/************ Button ************/

.login_box input.button_on,.login_box input.button_off,.login_box input.button_move,.login_box input.button_out{width:128px;height:52px;cursor: pointer;border:none;float:right;display: inline-block;font: 0/9999px serif; overflow:hidden;vertical-align: top;}
.login_box input.button_on,.login_box input.button_move{background:url(../images/bg-buttom-gray01.png) no-repeat !important;}
.login_box input.button_off,.login_box input.button_out{background:url(../images/bg-buttom-gray.gif) no-repeat !important;}

.login_box p{ color:#004a0f; text-align:right; line-height:180%; font-size:14px;} 


