


.clear{clear:both;}




/*右侧部分*/
#right{
	width:770px;
	float:right;
}

/*右侧部分，标题*/
.right-title{
	width:770px;
	height:30px;
	line-height:30px;
	border-bottom:3px solid #e7e7e7;
	margin:0 0 10px 0;
}
.rtitle{
	color:#006666;
	font-weight:bold;
	font-size:16px;
}
/*我的密码*/
.subtitle{
	width:770px;
	height:30px;
	line-height:30px;
	border-bottom:3px solid #006666;
	margin:0 0 10px 0;
}
.wad{
	width:80px;
	height:27px;
	text-align:center;
	margin:0 0 0 30px;
	border-left:3px solid #006666;
	border-top:3px solid #006666;
	border-right:3px solid #006666;
	border-bottom:3px solid #FFFFFF;
}
.stitle{
	color:#006666;
	font-weight:bold;
}


/*密码修改部分*/
.modifypwd{
	color: #006666;
	font-size:20px;
}
.modifypwd a{
	color:blue;
	font-size:12px;
	text-decoration:none;
}
.modifypwd a:hover{
	text-decoration:underline;
}
.txtcontent{
	font-size:12px;
	color:#666666;
}
.remind{
	color:#FF0000;
	font-size:12px;
}

/*修改并提交按钮*/
.modify{
	width:150px;
	height:30px;
	line-height:30px;
	margin:30px 0 0 0;
}
#modifypwdbtn{
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	width:150px;
	height:30px;
	display:block;
	background:url(../UserInfo/images/modifybtn.jpg) no-repeat;
}






