#loginContent
{
    background: #e6e6eb;
    border-bottom: 5px solid #647de1;
    margin: 0px auto;
    max-width: 800px;
    min-width: 480px;
    padding: 0px;
    width: 70%;
}

#loginAsurion
{
    background: #647de1;
    color: #fff;
    font-size: 36px;
    height: 130px;
    margin: 100px 0px 0px 0px;
    padding: 20px 0px 0px 30px
}

#loginTable
{
    padding: 0px 0px 0px 30px;
    width: 80%;
}

    #loginTable tr td
    {
        padding: 6px 0px;
    }

    #loginTable .loginBtn
    {
        background: #647de1;
        cursor:pointer;
        font-size:16px;
        font-style:normal;
        min-height: 40px;
        width: auto !important;
    }

    #loginTable input
    {
        background:#fff;
        border:none;
        font-size:16px;
        min-height: 30px;
        min-width: 200px;
        padding: 5px;
        width: 100%;
    }

#loginFooter
{
    background:#000;
    color: #fff;
    height: 41px;
    margin-top:30px;
    padding:25px 0px 0px 30px;
    width: auto;
}

.search_button
{
    background: #647de1;
    border: 0px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 10px;
    min-height: 25px;
    min-width: 30px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    /*text-transform: uppercase;*/
}