
#forgotpasswd
{
	position: fixed;
	height: auto;
	width: 567px;
	margin-left: -283px;
	display: none;
	z-index: 1010;
}
#forgotpasswd h1
{
	font-size: 23px;
	line-height: 48px;
	margin-bottom: 12px;
	border-bottom: solid 1px #aaaaaa /* border gray */;
}
#forgotpasswd h2
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 11px;
}
#forgotpasswd .close
{
	background: url(../images/popup_box_close_x.gif) no-repeat right center;
	padding-right: 18px;
	margin-right: 10px;
}
#forgotpasswd .actions
{
	height: 35px;
}


