#mainblock {
	width: 614px;
	height: 444px;
	padding: 196px 0 0 46px;
	background: url('/images/forgottenpasswordbg.png') no-repeat 0 150px;
	margin-left: 164px;
}

#errors {
	font-weight: bold;
	color: red;
	position: absolute;
	margin: 15px 0 0 41px;
	font-size: 0.9em;
}

#errors a {
	color: red;
}

label {
	display: none;
}

#email {
	display: block;
	width: 295px;
	height: 33px;
	padding: 0 11px;
	margin: 49px 0 0 41px;
	background: url('/images/forgottenpasswordemailbg.png') no-repeat;
	border: 0;
	font-size: 1em;
	line-height: 2em;
	color: #333;
}

#email.default {
	background-image: url('/images/forgottenpasswordemailbgdefault.png');
}

#email:focus {
	background-image: url('/images/forgottenpasswordemailbg.png');
}

#resetyouraccountpassword {
	display: block;
	height: 20px;
	margin: 43px 0 0 42px;
}

#submit {
	margin: 25px 4px 4px 41px;
}

#message.note {
	background: none;
	padding: 0;
	color: blue;
	position: absolute;
	margin: 15px 0 0 41px;
	font-size: 0.9em;
}