/*=====================FORGOT PASSWORD LIGHTVIEW======================*/
#forgot_password_box {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}
#contentTopBar {
    margin:0;
    padding:0;
    width:100%;
}
#subTopBar {
    margin:0;
    padding:0;
    width:100%;
}
#subTopBar p {
    float:left;
    color: #a7aaac;
    margin:0;
    padding:0;
    font-size: 9px;
}
#forgot_password_box, #forgot_password_box form {
    position:relative;
    float:left;
    width:100%;
}
#forgot_password_box form fieldset {
    border: 1px solid #707780;
    margin-top: 10px;
    -moz-border-radius-bottomLeft: 10px;
    -moz-border-radius-topRight: 10px;
}
#forgot_password_box form legend {
    color: #fff;
    font-size: 12px;
    background: #707780;
    margin-bottom: 12px;
    padding: 3px;
    -moz-border-radius-topLeft: 10px;
    -moz-border-radius-topRight: 10px;
}
#forgot_password_box h3 {
    font-size: 10px;
    padding: 0 0 3px 0;
    color: #393739;
}
#forgot_password_box form input[type="text"] {
    width: 35%;
    margin: 0 5px 5px 0px;
}
#forgot_password_box form label, #forgot_password_box form label span {
    display: block;
    padding: .25em;
    font-size: 10px;
}
#forgot_password_box form label {
    float: left;
    width: 100%;
		margin: 0 0 10px 0;
}
#forgot_password_box form label span {
    float: left;
    width:20%;
}
