﻿@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/login_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.top_logo {
	height:96px;
	}
.top_logo .logo{
	margin-top:20px;
	width:200px;
	height:57px;
	display:inline;
	float:left;
	}
.top_logo .rightbox{
	float:right;
}
.top_logo .rightbox .righturl {
	height:35px;
	line-height:35px;
	color:#c8c8c8;
	clear:both;
	}
.main_tit {
	color:#FFF;
	height:29px;
	line-height:29px;
	padding-bottom:10px;
	}
.gwc_box {
	width:650px;
	height:300px;
	padding-top:50px;
	background-image: url(../images/login_gwcbg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float:left;
	}
.gwc_box h3{
	font-size:16px;
	padding-top:20px;
	display:block;
	}
.gwc_box p{
	color:#999;
}
.login_dlbox {
	width:297px;
	height:auto;
	float:right;
	}
.login_dlbox .dlbox {
	width:297px;
	height:auto;
	background-image: url(../images/login_rightbg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
.login_dlbox .dlbox .dllab {
	width:296px;
	height:37px;
	line-height:37px;
	padding-top:1px;
	}
.login_dlbox .dlbox .dllab li{
	width:147px;
	border-left:1px solid #c7c7c7;
	float:left;
	}
.login_dlbox .dlbox .dllab li a{
	color:#939393;
	width:147px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	display:block;
	background-image: url(../images/login_labbg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	}
.login_dlbox .dlbox .dllab .xz a{
	color:#000;
	width:147px;
	height:37px;
	line-height:37px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	display:block;
	background-image: none;
	background-color: #f7f7f7;
	}
	
.login_dlbox .dlbox .lrbox{
	width:267px;
	height:auto;
	padding:25px 15px;
	}
.login_dlbox .dlbox .lrbox li{
	float:left;
}
.login_dlbox .dlbox .xh{
	background-image: url(../images/login_ico6.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.login_dlbox .dlbox .dlxx {
	width:260px;
	height:29px;
	padding-left:7px;
	}
.login_dlbox .dlbox .dlxx label{
	width:65px;
	text-align:right;
	padding-right:5px;
	line-height:29px;
	float:left;
	display:block;
	}
.login_dlbox .dlbox .dlxx input {
	width:170px;
	height:27px;
	line-height:27px;
	border:1px solid #acacac;
	float:left;
	}
.login_dlbox .dlbox .error {
	width:190px;
	height: 27px;
	line-height:27px;
	padding-left:77px;
	overflow: hidden;
}
.login_dlbox .dlbox .error p{
	width:170px;
	padding-left:20px;
	height: 27px;
	line-height:27px;
	color:#d80000;
	font-family:"宋体";
	display:block;
	background-image: url(../images/icon_cuo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.login_dlbox .dlbox .error span{
	width:170px;
	padding-left:20px;
	height: 27px;
	line-height:27px;
	color:#0e9800;
	font-family:"宋体";
	display:block;
	background-image: url(../images/icon_dui.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

.login_dlbox .dlbox .check {
	width:190px;
	height: 27px;
	padding-left:77px;
	vertical-align: middle;
	overflow: hidden;
	margin-bottom: 25px;
}
.login_dlbox .dlbox .check span {
	height: 21px;
	width:95px;
	display: block;
	float: left;
}
.login_dlbox .dlbox .check p{
	width:190px;
	height: 27px;
	}
.login_dlbox .dlbox .check p input{
	width:16px;
	}	
.login_dlbox .dlbox .check label {
	height:21px;
	line-height:21px;
}
	
	
.login_dlbox .dlbox .check span input {
	width:16px;
}
.login_dlbox .dlbox .check label {
	height:21px;
	line-height:21px;
}
.login_dlbox .dlbox .btn {
	width:195px;
	height:31px;
	padding-left:72px;
	overflow: hidden;
}

.login_dlbox .dlbox .btn span{
	width:100px;
	margin-left:10px;
	line-height:31px;
	}
	
/*按钮*/
.denglu {
	width:70px;
	height:31px;
	line-height:31px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-image: url(../images/an_dl.gif);
	background-position: 0px 0px;
	border:0px;
	cursor:pointer;
}


