.account-recover-password-background {
    /*background: url(/img/contact_us_body_bg.jpg) top left no-repeat;*/
    height: 373px;
    width: 100%;
    border: 5px solid white;
    z-index: 0;
    position: absolute;
    margin: 0;
    margin-left: -5px;
	background: #0066b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #0066b3 0%, #004477 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066b3), color-stop(100%,#004477)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0066b3 0%,#004477 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0066b3 0%,#004477 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0066b3 0%,#004477 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0066b3 0%,#004477 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066b3', endColorstr='#004477',GradientType=0 ); /* IE6-9 */
}

.account-recover-password h1 {
	font-size: 26px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 25px;
}

.account-recover-password .content-container {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	width: 936px;
}

.account-recover-password .content {
	background-color: white;
	padding: 50px 35px;
}

.account-recover-password .content p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

.account-recover-password .content p.form-message {
	color: #cc0000;
}

.account-recover-password .content form {
	position: relative;
	margin-bottom: 75px;
}

.account-recover-password .content label {
	text-transform: uppercase;
	font-weight: bold;
}

.account-recover-password .content input[type=text] {
	background-color: #f3f3f3;
	border: solid 1px #cccccc;
	padding: 8px;
	width: 374px;
	margin-left: 10px;
}

.account-recover-password .content input[type=submit] {
	position: absolute;
	font-size: 26px;
	line-height: 40px;
	top: -5px;
	margin-left: 10px;
}

.account-recover-password .content a {
	text-transform: uppercase;
	color: #0166cc;
	font-weight: normal;
	margin-right: 15px;
}

.account-recover-password .content a:last-child {
	margin-left: 15px;
}

.account-recover-password .content p.links {
	color: #0166cc;
	margin: 0;
}

.account-recover-password .content.success p {
	margin: 0;
}

.account-recover-password .content.success p.links {
	margin-top: 85px;
	margin-bottom: 50px;
}