*{
	margin:0 auto;
	padding:0;
}

body{
	margin:0 auto;
	padding:0;
}

.login-min{
	width:400px;
	height:500px;
	background:#fff;
	/*border:#dfdfdf solid 1px;*/
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-290px;
	margin-left:-200px;
	/*box-shadow: #999 0 2px 10px;*/
	border-radius: 5px;
	padding-top: 22px;
}

.login-min h2{
	width:90%;
	height:auto;
	font-size:27px;
	color:#666;
	border-bottom:#dfdfdf solid 1px;
	float:left;
	padding:20px 0px;
	margin-left:5%;
	text-align:center;
	font-family: "Microsoft YaHei","arial";
}

.login-min ul{
	width:70%;
	height:auto;
	padding:20px 0px;
	float:left;
	margin-left:15%;
	margin-top:20px;
	padding-bottom:50px;
	border-bottom:#dfdfdf solid 1px;
}

.Powered{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:13px;
	color:#a8a8a8;
	text-align:center;
	float:left;
}
.btn_success_1{
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-color: #3280fc;
    border-color: #03b8cf;
}
.btn_success_1:hover{
	color: #fff;
    background-color: #145ccd;
    border-color: #3280fc;
    box-shadow: 0 2px 1px rgba(0,0,0,.1);
}


















































