*{
	margin: 0px;
	padding: 0px;
}

body {
	/*铺满整个屏幕*/
	width: 100%;
	height: auto;
	background: url("../img/login_background.png") no-repeat;
	background-size: 100%;
}

.ct{
	width: 550px;
	height: 450px;
	/*以下是垂直居中*/
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*border: 1px solid white;*/
}
.lgtop{
	margin: 0 auto;
	width: 342px;
	height: 61px;
	background-image: url(../img/login_top.png);
	background-repeat: no-repeat;
}
.lgbottom{
	margin-top: 20px;
	width: 550px;
	height: 340px;
	border-radius: 7px;
	background-color: #FFFFFF;
}
.lgbottom_title p{
	margin-left: 20px;
	padding-top: 10px;
}
.lgbottom_title p span{
	position: absolute;
	margin-top: 5px;
	margin-left: 7px;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #333333;
}
.lgbottom_title .msg{
	font-size: 14px;
	font-family: "微软雅黑";
	color: red;
	float: right;
	padding: 11px 55px 0px 0px;
}

.lgbottom_content{
	margin-left: 35px;
	margin-right: 35px;
}

/*用户名输入框*/
.user{
	position: relative;
	margin-top: 10px;
}
.user .label-userName{
	display: block;
	position: absolute;
	top: 15px;
	left: 11px;
	width: 17px;
	height: 17px;
	background-image: url(../img/man_01.png);
	background-repeat: no-repeat;
}
.open {
    width: 430px;
    padding-right: 50px;
}
.text-input-userName {
    display: block;
	/*height: 20px;*/
	padding: 12px 10px 12px 36px;
	border: 1px solid #ddd;
	font-size: 15px;
	color: #666;
	font-family: 微软雅黑;
	outline:none;
	border-radius: 5px;
}
.text-input-userName-focus{
	border-color: #079158;
}
.user .label-userName-focus{
	background-image: url(../img/man_02.png);
}
.pass-usr-clearbtn{
	background-image: url(../img/clear_btn.png);
	background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    right: 15px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}
/*用户名输入框*/

/*密码输入框*/
.password{
	position: relative;
	margin-top: 15px;
}
.password .label-password{
	display: block;
	position: absolute;
	top: 15px;
	left: 11px;
	width: 17px;
	height: 17px;
	background-image: url(../img/lock_01.png);
	background-repeat: no-repeat;
}
.text-input-password {
    display: block;
	/*height: 20px;*/
	padding: 12px 10px 12px 36px;
	border: 1px solid #ddd;
	font-size: 15px;
	color: #666;
	font-family: 微软雅黑;
	outline:none;
	border-radius: 5px;
}
.text-input-password-focus{
	border-color: #079158;
}
.password .label-password-focus{
	background-image: url(../img/lock_02.png);
}
.pass-psd-clearbtn{
	background-image: url(../img/clear_btn.png);
	background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    right: 15px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}
/*密码输入框*/

/*验证码输入框*/
.veifyImg{
	position: relative;
	margin-top: 15px;
}
.veifyImg .label-verify {
	background-image: url(../img/verify_01.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 15px;
	left: 11px;
	width: 16px;
	height: 16px;
	display: block;
}
.text-input-verify {
    display: block;
    width: 250px;
	/*height: 20px;*/
	padding: 12px 10px 12px 36px;
	border: 1px solid #ddd;
	font-size: 15px;
	color: #666;
	font-family: 微软雅黑;
	outline:none;
	border-radius: 5px;
}
.text-input-verify-focus{
	border-color: #079158;
}
.veifyImg .label-verify-focus{
	background-image: url(../img/verify_02.png);
}

.verify-span{
	display: block;
	width: 168px;
	position: absolute;
	top: 0px;
	left: 312px;
}
.verify-dynamic-img {
    /*width: 98px;*/
	/*height: 44px;*/
	cursor: pointer;
}
.verify-span a{
	position: absolute;
	top: 11px;
	left: 113px;
	text-decoration: none;
	color: #333333;
}
.verify-span a:hover{
	text-decoration:underline;
}
/*验证码输入框*/


/*记住密码*/
.pass-form-item-memberPass{
	height: 20px;
	width: 250px;
	position: relative;
	margin-top: 13px;
	margin-bottom: 15px;
	z-index: 18;
}
.pass-form-item-memberPass input{
	vertical-align: middle;
}
.pass-form-item-memberPass label{
	margin-left: 5px;
	text-align: center;
	color: #333;
}
.pass-reglink {
    position: absolute;
    top: -36px;
    right: 2px;
    text-decoration: none;
    color: #333;
}
.pass-reglink:hover {
    text-decoration: underline;
}
.pass-fgtpwd {
    position: absolute;
    top: -36px;
    right: 90px;
    text-decoration: none;
    color: #333;
}
.pass-fgtpwd:hover {
    text-decoration: underline;
}
/*记住密码*/


/*登录按钮*/
.lgbottom_btn{
	position: relative;
}
.loginBtn{
	width: 100%;
	height: 40px;
	background: #079158;
	border: none;
	font-size: 18px;
	font-family: 微软雅黑;
	color: white;
	cursor: pointer;
	border-radius: 5px;
}
.lgbottom_btn input:hover{ 
    color:black;
}
/*登录按钮*/