*{
	padding:0;
	margin:0;
}
.tip{
	color:red;
}
.black_background{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#000;
	background-color:rgba(0, 0, 0, 0.7);		
}
.black_background .set_new_password{
	width:480px;
	height:250px;
	border-radius:3px;
	border:.5px solid #fff;
	margin:200px auto auto;
	background-color:rgba(255, 255, 255, 1);
}
.set_new_password>.title{
	font-size:20px;
	font-family:微软雅黑;
	text-align:center;
	line-height:40px;
	height:40px;
}
.set_new_password>.field{
	height:32px;
}
.field>.field_key{
	float:left;
	width:110px;
	height:32px;
	font-size:15px;
	font-family:微软雅黑;
	line-height:32px;
	text-align:right;
}
.field>.field_value{
	float:left;
	width:370px;
	height:32px;
	text-align:left;
}
.field_value>input[type="text"],
.field_value>input[type="password"]{
	margin-top:7px;
	width:150px;
	font-size:15px;
}
.set_new_password_btn{
	width:53px;
	height:21px;
	font-size:15px;
	background: url("/cloudadmin_new/skin/images/btn_02.png") no-repeat;
	border: 0px;
	color: #006BAB;
}
.field>.foot{
	height:50px;
}
.foot>.button_div{
	height:50px;
	width:225px;
	margin:auto;
	float:left;
	text-align:center;
}
.button_div>input[type="button"],
.button_div>input[type="submit"]{
	margin-top:13px;
}