.messages.error{background: none; border: none; text-align: center; margin: 0; padding: 5px 30px!important; font-size: 13px;}
.error-region{ padding: 5px 0 0 0;}
{color: #ff1111; font-size: 12px;}
#forgot-password{
	text-align: center;
	padding: 49px 0px 47px 0px;
	width:475px;
}
.ie8 #content{
	border: #A09EC2 solid 1px;
	overflow: hidden;
}
.ie9 #content{
	overflow: hidden;
}
#forgot-password form{
	margin: 0 auto;
}
#forgot-password .form-item input.error{
  border-right: 1px solid #C00 !important;
}
#forgot-password .description, #forgot-password label, #forgot-password .close{
	font-family: Arial;
	color: #393580;
	font-size: 13px;
	text-decoration: none;
}
#forgot-password label{
	padding-right: 6px;
}
#forgot-password .description{
	padding-bottom: 32px;
}
#forgot-password .close{
	margin-left: 11px;
	line-height: 14px;
}
.email-input{
	*height: 21px;
}
#forgot-password input[type=text]{
	border-right: 1px solid #c1c1c1 !important;
	background: url(../images/input-bg.png) repeat-x;
	height: 15px;
	font-size: 13px;
	padding: 3px;
	float: none;
	width: 228px;
	color: #707070;
	font-size: 11px;
}
#forgot-password input[type=submit], #thank-you-submit-forgot .close{
	background-color: #0089de;
    color: #fff;
    font-family: 'Rubik',sans-serif; font-style: normal; font-weight: 500;
    font-size: 13px;
    height: 23px;
    text-transform: uppercase;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.submit-wrapper{
	display: inline;
	float: none;
}
.submit-wrapper-outer{
	padding: 0; position: relative; left: -50%; width: 100%; margin-top: 43px;
}
.submit-wrapper-inner{
	left: 50%; float: left; position: relative; width: 100%;
}

.submit-wrapper-inner .form-wrapper{
	display: inline;
	padding-left: 0!important;
}
.ie7 #forgot-password label{
	position: relative;
	top: -4px;
}
#thank-you-submit-forgot .CenterBox{
    height: 243px;
}
#thank-you-submit-forgot p{
    color: #393580;
    font-size: 13px;
    width: 290px;
    text-align: left;
    margin: 0 auto 26px auto;
}
#thank-you-submit-forgot .CenterBox, #thank-you-submit-forgot .CenterBox .TableCellContent{
    width: 100%;
}
#thank-you-submit-forgot .close{
    line-height: 23px;
    float: none;
    padding: 4px 11px;
}

@media only screen and (max-width: 300px) {
  	#forgot-password{
		text-align: center;
		padding: 30px 10px 47px 10px;
		width:280px;
	}
	.ie8 #content{
		width: 297px;
	}
	#forgot-password form{
		margin: 0 auto;
	}
	#forgot-password .description{
		padding: 10px 10px 20px 10px;
	}
	.submit-wrapper-outer{
		padding-top: 0px!important;
	}

}