@CHARSET "UTF-8";
@IMPORT url("/css/forms/core.css");
.forgot_form .heading{
	margin-bottom: 0;
}
.forgot_form legend{
	margin-bottom: 25px;
}
.forgot_form .private{
	padding-left: 25px;
	padding-bottom: 60px;
}
.forgot_form .private label{
	display: block;
	width: 150px;
	float: left;
	background: url("/i/formlabel.gif") no-repeat 100% 5px;
	margin-right: 7px;
	line-height: 22px;
	height: 25px;
}
.forgot_form input{
	margin-bottom: 3px;
	font: 15px "Trebuchet ms";
	color: #555;
}
.forgot_form input.data, .forgot_form #phone_code, .forgot_form #phone_number {
	width: 195px;
	height: 20px;
	border: 1px solid #e0e0e0;
	border-top-color: #bbb;
	padding-left: 5px;
}
.forgot_form #phone_code{
	width: 30px;
}
.forgot_form #phone_number{
	width: 130px;
}

.forgot_form .errors{
	margin-left: 156px;
}
.forgot_form input.fwd{
	margin-left: 180px;
}

