@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.body {
	background-image: url(../images/forgetpwd.jpg);
	min-width: 800px;
	min-height: 650px;
	height: auto;
	width: 100%;
}
.titleName{
	display: inline-block;
	width: 71px;	
}
#content {
	height: 650px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#content #fshou{
	background-color: #FFE1E1;
	display: none;
	border: 2px double #F00;
	font-weight: bold;
	height: 35px;
	width: 385px;
	color: #000;
	padding-top: 7px;
	text-align: center;
}
.body #content span {
	font-weight: bolder;

}

#inemail {
	margin-top: 100px;
}
#faemail {
	margin-top: 100px;
}
#content #inemail li {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 40px;
	width: 800px;
	margin-left: 50px;
	font-weight: bold;
}
#content #faemail li {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 60px;
	width: 800px;
	margin-left: 50px;
}
 li #fpbtn {
	background-color: #09F;
	height: 30px;
	width: 290px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
 li #fp2btn {
	background-color: #09F;
	height: 30px;
	width: 250px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
li #editPwd {
	background-color: #09F;
	height: 30px;
	width: 310px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
 li input {
	height: 30px;
	width: 250px;
	
}
.error_prompt{
	font-size: 16px;
	color: #F00;
}
.ok_prompt{
	font-size: 16px;
	color: #3C0;
}
