/* page
---------------------------------------------------------- */

body {
    background-color: #E3E3E3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #626262;
}


/* form
---------------------------------------------------------- */

form#login {
    margin: 110px auto;
    width: 588px;
    height: 354px;
    padding: 40px 0 0 0;
    background-color: #E2E2E2;
    text-align: center;
    background-repeat: no-repeat;
}
#logo {
    padding: 12px 0 6px 0;
}
#teamsitelogo {
    padding: 0px 0 6px 0;
}
#fields {
    padding: 10px 80px 25px 158px;
    float: left;
}
#username, #password {
    color: #737373;
    float: left;
    width: 145px;
    text-align: left;
    font-size: 11px;
}
#username input, #password input {
    width: 130px;
    margin: 2px 0 0 0;
}
#error {
    background-color: #E7E6D8;
    border: 1px solid #A09E7F;
    margin: 13px 86px 0;
    padding: 6px 5px 6px 27px;
    color: #6F6D51;
    font-size: 10px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 8px 7px;
}
#error strong {
    color: #DD0000;
    font-size: 11px;
}


/* footer
---------------------------------------------------------- */

#footer {
    clear: both;
    text-align: center;
    padding: 5px 0 0 0;
    margin: 25px 0 0 0;
    font-size: 11px;
}



/* links
---------------------------------------------------------- */

a:link, a:visited, a:active {
    text-decoration: underline;
    color: #666666;
}
a:hover {
    text-decoration: underline;
    color: #d4610a;
}


/* buttons
---------------------------------------------------------- */

button {
    border: 0;
}
.buttons button {
    margin: 0 0;
    background-color: #27874f;
    background-repeat: repeat-x;
    border: 1px solid #002e17;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    padding: 4px 30px 5px 30px; /* Links */
    clear: both;
}
.buttons button {
    width: auto;
    overflow: visible;
    padding: 5px 30px 5px 30px; /* IE6 */
}
.buttons button[type] {
    padding: 5px 25px; /* Firefox */
    line-height: 17px; /* Safari */
}
*:first-child+html button[type] {
    padding: 5px 25px 4px 25px; /* IE7 */
}
button:hover, .buttons a:hover {
    background-color: #27874f;
    background-repeat: repeat-x;
    border: 1px solid #002e17;
}
