﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    background: url("../images/clientlogobg.png") top right no-repeat;
}

#contentholder
{
    position: absolute;
    width: 400px;
    margin-left: 50%;
    left: -200px;
}
    
.CmsBut
{
    display: block;
    width: 131px;
    height: 24px;
    background: url(../images/loginButton.png) top left no-repeat;
    border: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333;
    cursor:pointer;
}
input.textEntry, input.passwordEntry
{
    width: 193px;
    height: 22px;
    font-size:18px;
    border: 1px solid #687375;
    padding: 3px; 
    background: #F1F5F6;   
    }      
    

    label {
    display: block;
    float: left;
    width: 130px;
    line-height: 20px;
    }
    
    .failureNotification
    {
        color: red;
    }