@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
body{
	background-color:#E0F4FF;
	font-size:13px;
	font-family:"宋体","Arial Narrow";
}
.alumniPwd{
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.alumniPwd .header{
	width:900px;
	height:60px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	zoom:1;
}
.alumniPwd .mainCnt{
	width:900px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	zoom:1;
}
.alumniPwd .pwdTop{
	width:900px;
	height:5px; 
	background-image:url(../images/pwdBg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;
}
.alumniPwd .pwdMiddle{
    width:900px;
	background-image:url(../images/pwdBg.jpg);
	background-repeat:repeat-y;
	background-position:-900px 0px;
	overflow:hidden;
	text-align:left;
}
.alumniPwd .pwdFooter{
	width:900px;
	height:5px; 
	background-image:url(../images/pwdBg.jpg);
	background-repeat:no-repeat;
	background-position:0px -5px;
	overflow:hidden;
}
.alumniPwd .pwdLeft{
	float:left;
	width:600px; 
	padding-left:20px;
}
.alumniPwd .pwdCnt{
	width:600px;
	padding-top:100px;
	padding-bottom:100px;
	overflow:hidden;
	zoom:1;
}
.alumniPwd .line{
	width:600px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	zoom:1;
}
.alumniPwd .lbl{
	float:left;
	color:#535353;
	font-size:14px;
	width:140px;
	text-align:right;
	overflow:hidden;
	padding-top:6px;
}
.alumniPwd .msg{
	height:30px;
	line-height:30px;
	color:#777777;
}
.alumniPwd .txt{
	float:left;
	padding-left:16px;
	overflow:hidden;
}
.alumniPwd .txt input{
	border:solid 1px #acb5c8;
	height: 20px;
	line-height: 20px;
	padding: 2px;
	width: 240px;
}
.alumniPwd .pwdOpt{
	padding-left:300px;
	padding-top:20px;
	padding-bottom:100px;
	overflow:hidden;
}
.alumniPwd .pwdOpt .btnOk{
	border:solid 1px #2583d5;
	background-color:#4579ab;
	color:#fff5f3;
	font-size:14px;
	font-weight:bold;
	width:80px;
	height:30px;
	line-height:30px;
	letter-spacing:6px;
}
.alumniPwd .pwdOpt .btnCancle{
	border:solid 1px #8a8a8a;
	background-color:#eeeeee;
	color:#3b3b3b;
	font-size:14px;
	font-weight:bold;
	width:80px;
	height:30px;
	line-height:30px;
	letter-spacing:6px;
}
.alumniPwd .regRight{ 
   float:right;
   width:260px;
   padding-top: 30px;
   text-align: left;
}