div.simpleFormContainer{
    margin-top: 30px;
}
div.simpleFormContainer div.fields{
    width: 290px;
    float: left;
}
div.simpleFormContainer div.content{
    float: left;
    line-height: 1.5;
    padding: 17px 20px 0;
    width: 600px;
}
div.simpleFormContainer div.actionLinks{
    margin-top: 25px;
}
div.simpleFormContainer div.actionLinks a{
    display: block;
    margin-top: 15px;
}
input[type="submit"]{
    height: 40px;
    width: 200px;
	font-size: 14px;
}
form.simpleForm dd{
    margin: 5px 0 15px 0;
}
form.simpleForm ul.errors{
    margin: 5px 0 0 0;
    list-style-type: none;
    list-style: none;
}
form.simpleForm ul.errors li{
    margin: 0;
    padding: 0;
    color: #FF0000;
}
form.simpleForm input[type="text"],
form.simpleForm input[type="password"]{
    width: 266px;
}
form.simpleForm div.container{
    float: right;
}
div.simpleFormContainer div.title{
    margin-bottom: 35px;
    border-bottom: 1px solid #E2E2E2;
    color: #404040;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 38px;
}
form.simpleForm dd.back {float: left;}
form.simpleForm dd.back button, form.simpleForm dd.back input[type="submit"] {
  font-size: 14px;
  font-weight: bold;
  background: url("../../img/all/go_back.png") no-repeat left center;
  color: #b0b000;
  margin: 0px;
  padding: 0 0 0 19px;
  height: 40px;
  border: 0px;
  width: 85px;
}
form.simpleForm dd.submit {float: right;}
form.simpleForm dd.back button:hover {color: #9a9a00; background-color: transparent !important;}

#forgottenPasswordForm .low,
#forgottenPasswordForm .false{
    color: #FF0000;
}
#pwd_new_strength.medium{
    color: #CCCC00;
}
#forgottenPasswordForm .good,
#forgottenPasswordForm .true{
    color: #006600;
}
form dl.zend_form label.required:after{
    content: none;
}
.externalError {
    color:#FF0000; 
    margin-bottom:10px;
}