*{
	font-family: "Microsoft Yahei";
	padding:0;
	margin:0;
	}
body{
	background:url(../img/login_bg.gif);
	font-family: "Microsoft Yahei";
	font-size:12px;
    }
a{
	text-decoration:none;
    }
a:hover{
	text-decoration:none;
    }
ul,li{
	list-style:none;
	margin:0;
	padding:0;
	}
.lf{
	float:left;
    }
.rt{
	float:right;
	}
.main{
	width:570px;
	height:520px;
    position:absolute;
	top:50%;
	left:50%;
	margin-left:-270px;
	margin-top:-260px;
	}
.header {
    text-align: center;
	margin-bottom:28px;
}
.content{
	width:570px;
	height:394px;
	overflow:hidden;
	background:#fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
.con_lf{
	width: 225px;
    height: 394px;
	display:inline-block;
    background: url(../img/login_bg.png) no-repeat;
	}
.con_rt{
	width:345px;
	height:394px;
	}
.modal-header{
    padding:0 15px;
	overflow:hidden;
	line-height:56px;
    border-bottom: 1px solid #e5e5e5;
	}
.modal-header h4{
	font-size:18px;
	padding:0;
	margin:0;
	line-height:56px;
	font-weight:normal;
	color:#1fd375;
    }
.modal-header span{
	font-size:14px;
    color:#999;
	}
.modal-header span a{
	color:#999;
}
.modal-header span i{
	margin-left:10px;
    }
.modal-body{
	padding:15px;
	text-align:center;
	}
.modal-body section{
	width:100%;
	}
.modal-body .form-group {
    margin: 0 0 14px 0;
    }
.modal-body .form-group .form-control {
	font-size:14px;
	border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
	width:240px;
    line-height: normal;
	padding: 0px 12px;
    }
.modal-body p{
	margin:0 auto;
	overflow:hidden;
	text-align:left;
	width:240px;
	line-height:normal;
	font-size:12px;
    }
#btnForgetpsw{
	color:#01c26f;
	}
#btnRegister {
    color: #ff9600;
    }
.btn-shell{
	padding:6px 0;
}
.btn_login{
	height: 47px;
    color: #fff;
    font-size: 14px;
	border-radius: 4px;
	width:240px;
	border: 1px solid transparent;
    background: -webkit-linear-gradient(#1fd783,#1fd06b);
    background: -o-linear-gradient(#1fd783,#1fd06b);
    background: -moz-linear-gradient(#1fd783,#1fd06b);
    background: linear-gradient(#1fd783,#1fd06b);
 }
.btn_login:hover{
	background: -webkit-linear-gradient(#21c078,#1fd06b);
    background: -o-linear-gradient(#21c078,#1fd06b);
    background: -moz-linear-gradient(#21c078,#1fd06b);
    background: linear-gradient(#21c078,#1fd06b);
    }
.error-tip{
	width:315px;
}
.alert{
	width:240px;
	margin:0 auto 8px;
}