@charset "utf-8";

/* CSS Document */
*{
	margin: auto;
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif, 宋体;
	text-align: center;
	color: #000;
	height:100%;
	margin: auto;
	overflow: hidden;
	background: url("../image/bg-login.jpg") center no-repeat #093c7b;
}

#box {
	margin: auto;
	padding-top: 120px;
	position: relative;
	height:auto; 
}

#name {
	margin: 0px auto 80px;
}

#content {
    background: url(../image/index-bg2.gif) repeat-x;
	position:relative;
	max-width: 1440px;
}

.form{
	margin: auto;
	background: url(../image/index-bg3.png) no-repeat;
	height: 296px;
	width: 426px;
	z-index: 1;
	position: relative;
	left: 0;
	top: -50px;
}

.content2-1 {
	text-align: left;
	font-size: 12px;
}

.content2-1-C {
	position:relative;
	top:50px;
	left:30px;
	font-size: 12px;
}

.content2-1a {
	height:35px;
	width: 350px;
	margin-bottom: 10px;
	vertical-align:middle;
}

.content2-1b {
    padding-left:15px;
	padding-top:5px;
}

.frame1 {
	background: url(../image/index-frame1.gif) no-repeat;
	width: 154px;
	height: 25px;
	float: left;
	margin-left: 20px;
	line-height: 200%;
}

.btn_box {
	margin-top: 15px;  
	vertical-align: middle;
	height: 26px; 
	line-height: 26px;
}

.btn_login {
	float: left;
	margin-right: 10px;
	background: #fff url(../image/btn_login.gif) no-repeat 100% 0;
	width: 60px;
	height: 26px;
	color: #fff;
	font-size: 12px;
	display: inline;
	line-height: 24px;
	text-align: center;
}

.btn_login a, .btn_login a:link, .btn_login a:visited, .btn_login a:active { 
	color: #f5f5f5; 
	text-decoration: none;
}

.btn_login a:hover {
	color: #fff;
}

.checkbox_rememberme {
	margin: 10px 0 20px; *+margin:-2PX 0 20px;
}

.checkbox_rememberme input[type="checkbox"] {
	margin-right: 3px;
	vertical-align: text-bottom; *+vertical-align:middle;
	
}

#copyright {
	font-size: 12px;
	color: #78bcff;
	margin: auto;
}

table td input:focus {
	outline: none;
}

.wronginfo {
	text-align: left;
	color: #ef0101;
}

.display {
	display: none;
}


/*font*/
.blue2 {
	font-size: 12px;
	color: #3a6590;
}

.blue2 a:link {
	font-size: 12px;
	color: #3a6590;
	text-decoration: none;
}

.blue2 a:visited {
	font-size: 12px;
	color: #3a6590;
	text-decoration: none;
}

.blue2 a:hover {
	font-size: 12px;
	color: #3a6590;
	text-decoration: underline;
}

.gray-333 {
	color: #333;
}

.input1{
	margin-left:10px;
	width:125px;
	height:16px;
	border:none;
	background:url(../image/index-frame1.gif) no-repeat center;
	padding:5px 0px 5px 35px;
}

.input2{
	margin-left:10px;
	width:125px;
	height:16px;
	border:none;
	background:url(../image/index-frame2.gif) no-repeat center;
	padding:5px 0px 5px 35px;
}

.input3{
	margin-left:10px;
	width:150px;
	height:16px;
	border:none;
	background:url(../image/index-frame3.gif) no-repeat center;
	padding:5px 0px 5px 10px;
}

.table-name{
	width:70px;
	text-align:right;
}

.table-added{
	width:50px;
	text-align:left;
}

.table-added img {
	border: 0 none;
	width: 100px;
	height: 35px;
}