/*==========================================================
    Generic Login Page Styles
    Copyright 2004 - 2ndSite Inc.
    DO NOT copy or re-distribute without written consent from 2ndSite Inc.
    Ver.    Author      Changes
    -------------------------------------------------------------------------------------------------
    4.0     JeffS       created
    -------------------------------------------------------------------------------------------------
*/
body, form, p, h1, h2 {
    margin: 0;
    padding: 0;
}
body {
    background-color: #ddd;
    font-family: Verdana, sans-serif;
    color: #000;
}
a:link, a:visited, a:active {
    color: #00f;
}
a:hover {
    background-color: #00f;
    color: #fff;
    text-decoration: none;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #fff;
    line-height: normal;
}
p {
    padding-bottom: 1.5em;
}

form label {
    text-align: right;
    width: 105px;
    float: left;
    padding: 8px 2px 0 0;
}
form input {
    font-family: Verdana, sans-serif;
    padding: 3px;
    margin: 3px;
}
#the_form {
    height: 165px;
}
.errorInput {
    background-image: url(input-errorbg.gif);
    background-repeat: no-repeat;
    background-color: #fcc;
    border: 1px solid #f00;
    padding: 4px;
}

.boxTop, .boxMain, .boxBot {
    font-size: 0;
    width: 610px;
    height: 25px;
    margin: 0 auto;
}
.boxTop {
    background-image: url(loginpage-bgtop.gif);
    margin-top: 50px;
}
.boxMain {
    background-image: url(loginpage-bgtile.gif);
    font-size: .75em;
    line-height: 1.4em;
    width: 560px;
    height: auto;
    padding: 0 25px;
}
.boxBot {
    background-image: url(loginpage-bgbot.gif);
}

.b1, .b2, .b3, .b4 {
    height: 1px;
}
.b1 {
    margin: 0 5px;
}
.b2 {
    margin: 0 3px;
}
.b3 {
    margin: 0 2px;
}
.b4 {
    margin: 0 1px;
    height: 2px;
}
.bar {
    padding: 10px;
}

.col_left {
    width: 350px;
    padding: 15px 0 0 10px;
    float: left;    
}
.col_right {
    text-align: center;
    width: 200px;
    float: right;
}
.submit_but {
    margin: 6px 2px;
    vertical-align: middle;
}


.clearb {
    clear: both;
}

div.logo {
    height: 155px;
}
div.col_right > div.logo {
    height: auto;
    min-height: 155px;
}

.box_secure {
    padding-top: 65px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    text-align: left;
}
.box_secure img {
    float: left;
    margin: 6px 7px 0 0;
}

.hl {
    background-color: #ff9;
}



.notify_box {
    background-color: #d9ffb2;
    background-image: url(login-check.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    color: #000;
    border: 1px solid #88c331;
    margin-top: 15px;
    padding: 10px;
    padding-left: 50px;
}
.notify_box h3 {
    font-size: 19px;
    color: #4c8700;
}
.notify_box.bad {
    background-color: #ffc9bb;
    background-image: url(login-error.gif);
    background-repeat: no-repeat;
    border: 1px solid #e07d63;
}
.notify_box_oneline {
    padding: 8px 0;
}



#welcome {
    background-color: #ff9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #000;
    display: none;
}
#welcome div.welcome_msg {
    background: transparent url(info-yellow.gif) no-repeat 0 17px;
    width: 760px;
    padding: 10px 0 20px 0;
    margin: 0 auto;
}
#welcome img {
    float: left;
    margin-right: 10px;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #000;
    padding: 15px 55px;
}


.disabledEmail {
    font-weight: bold;
    padding: 8px 0;
}


/* styles for genericLoginRedirect.php page */
#loginpage_moved {
    padding-top: 15px;
    text-align: center;
}
#loginpage_moved h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}
#loginpage_moved strong {
    font-weight: normal;
}



