@charset "utf-8";
body{
	margin:0px;
	font-size:12px;
	height: 100%;
	width: 100%;
	background-color: #0A112B;
	background-image: url(../images/login_bg.jpg);
	background-repeat: repeat;
	background-position: top;
}
td, div	{font-size:12px;}

/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{height: 1%;}

.clearfix
{display: block;}
/* End hide from IE-mac */

#middle-1{
	margin-top:296px;
	width:100%;
	height:170px;
	position: relative;
	}
#bottom{
	height:250px;
	width:100%;
	position:relative;
}
#bottom span{
	display: block;
	margin: 0px auto;
	padding-top: 100px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: 180%;
}
#middle-top{
	width:100%;
	height:299px;
	position:absolute;
	background: url(../images/login_middle_top.jpg) center 44px no-repeat;
	bottom: 168px;
	left: -30px;
}
#logo{
	width:50%;
	text-align: right;
	margin-top: 240px;
	margin-left: 30px;
}
#system-title{
	width:100%;
	margin-top: 40px;
	text-align: right;
	}
#system-title h1{
	font-family: "微软雅黑", Verdana;
	font-size: 28px;
	font-weight: normal;
	color: #FFF;	
	padding-right: 30px;
	}
#middle-1 #left{
	width:50%;
	_width:50%;
	float:left;
	}
#middle-1 #right{
	width:50%;
	_width:300px;
	*+width:300px;
	float:left;
	_margin-left:-5px;
	}
#middle-1 #form{
	float:left;
	height:170px;
	width:299px;
	background: url(../images/login_form_bg.jpg) no-repeat left;
	margin-top:1px;
	margin-left: 5px;
}

form span{
	font: 10px Verdana, Geneva, sans-serif;
	}
form lable{
	display:block;
	font-family: "宋体";
	}
.button-1{
	background: url(../images/login_button.gif) no-repeat;
	border: 0px;
	width:80px;
	height:24px;
	outline: none;
	cursor: pointer;
	*cursor: hand;	
	}
.button-2{
	background: url(../images/login_button_r.gif) no-repeat;
	border: 0px;
	width:80px;
	height:24px;
	outline: none;
	cursor: pointer;
	*cursor: hand;	
	}
.input{
	width:80%;
	background: url(../images/login_input_bg.jpg) repeat-x center;
	border: 1px solid #CCC;
}
.button-1:hover, .button-2:hover, .hover {
    filter:alpha(opacity=70);
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#VerifyCodeDiv {
	position: absolute;	
	top: 10px;
	left: 220px;
	visibility: hidden;
}

#VerifyCodeDiv img{
	border: 1px solid #ccc;
}
a {
	color: #000;	
}
a:hover {
	color: red;	
}
.clear{
	clear:both;
}
