@CHARSET "UTF-8";

body {
    background-color: #000000;
    background-image: none;
}

.body {
    border: none;
}

#login_lightning {
    display: none;
    width: 974px;
    height: 543px;
    background-image: url(../images/login_lightning.jpg);
    background-repeat: no-repeat;
}

.page {
    position: absolute;
    left: 143px;
    top: 155px;
    width: 549px;
    height: 307px;
    padding-left: 80px;
    background-image: url(../images/login_mask.png);
    background-repeat: no-repeat;
}

.page_table #loginButton {
    padding-top: 3px;
    vertical-align: bottom;
    text-align: right;
}

.page_table #forgotButtonRequest div {
  display: inline;
  margin: 0 0 0 5px;
}

.page_table #forgotButtonRequest {
    padding-top: 3px;
    vertical-align: bottom;
    text-align: right;
}

.page_table #sendButtonReset {
    padding-top: 3px;
    padding-left:5px;
    vertical-align: bottom;
    text-align: right;
}

.page_table #backLoginLinkReset {
    width: 100%;
    text-align: right;
    vertical-align: middle;
}

.page_table #forgotButton {
    text-align: right;
    padding: 5px 0 0 3px;
}

.page_table #forgotButtonLink {
    vertical-align: middle;
    width:100%;
    text-align: right;
}

#pass_forgotten_link {
  text-decoration: none;
  color: #233395;
  height: 23px;
  width: 404px;
  text-align: right;
}

#pass_forgotten_link a {
  text-decoration: none;
  color: #233395;
}
#pass_forgotten_link a img {
  vertical-align: middle;
}

.page_table #backLoginLinkMailed {
    padding: 5px 0 0 0;
}

#people {
    display: none;
    width: 398px;
    height: 163px;
    position: absolute;
    left: 230px;
    top: 370px;
    background-image: url(../images/people.png);
    background-repeat: no-repeat;
}

.content {
    height: 100%;
    padding: 80px 80px 5px 0px;
    background-image: none;
    overflow: hidden;
}

.content table {
    border-spacing: 0px 2px;
}

.footer_login {
    width: 100%;
}

.form_error {
    clear: both;
    width: 398px;
    padding-top: 10px;
    padding-bottom: 10px;
}