#generic-splash h1
{
	background:url('/images/forgotten/forgotten-password.png') no-repeat left top;
	text-indent:-9000px;
	width:500px;
	height:44px;
	margin-left:0px;
	margin-bottom:5px;
}
#generic-splash p
{
	color:#fff;
	font-size:14px;
}
#forgotten-bubble
{
	background: url('/images/forgotten/forgotten.png') no-repeat;
	width: 130px;
	height: 94px;
	position: absolute;
	top: 70px;
	left: 100px;
}
#content
{
	margin: 0px 15px;
	text-align: center;
}





#forgot-form
{
	background: url('/images/forgotten/form-bg.png') no-repeat;
	width: 371px;
	height: 157px;
	margin: 0px auto;
}
#forgot-form fieldset 
{
	padding: 20px 0px 0px 52px;
	border: 0px;
}
#forgot-form fieldset label
{
	float: left;
	clear: both;
	width: 300px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	color: #0c5974;
	font-weight: bold;
}
#forgot-form fieldset input
{
	clear: both;
	float: left;
}
#forgot-form fieldset input[type="text"]
{
	width: 255px;
	padding: 3px;
}
#forgot-form fieldset input[type="image"]
{
	margin: 25px 0px 0px 55px;
}















