
.BtnLogon
{
    border: 0px;
    cursor: Hand;
    width: 72px;
    height: 22px;
    background: url(buttons/logon.gif) top left no-repeat; /*background: url(Images/animations/wait.gif) top left no-repeat;*/
}



.logonOptionHolder
{
    width: 600px;
    height: 100px;
}

.optionTable
{
    padding-left: 10px;
    padding-top: 10px;
    width: 272px;
    height: 100px;
    background: url(backgrounds/table_272.jpg) top left no-repeat;
}

.quickquoteProgress, .quickquoteProgressOn, .quickquoteProgressOff
{
    font-family: Verdana,Helvetica, Arial,sans-serif;
    padding: 4px 8px 4px 4px;
    margin-left:0px;
    height: 21px;
    border: solid 1px #8AB18A;
    font-size: 10px;
    background-color: #cecece;
}
.quickquoteProgress
{
    text-align: left;
    font-weight: bold;
    background-color: #fff;
    border: solid 2px #8AB18A;
    border-bottom: solid 2px #fff;
    color: #000;
    
}
.quickquoteProgress A
{
    text-decoration: none;
    color: #333;
    padding:0px;
    margin:0px;
}



.quickquoteProgressOn
{
    text-align: left;
    font-weight: bold;   
    background: url('bg_tab_blue.gif') repeat-x ;
}

.quickquoteProgressOn A
{
    text-decoration: none;
    color: #333;
    padding:0px;
    margin:0px;
}

.quickquoteProgressOff
{
    text-align: left;
    font-weight: bold;
    background: url('bg_tab_gray.gif') repeat-x ;
    
}

.progress
{
    margin-bottom:4px;
    z-index: 2;
    position:relative;
    padding-left:2px;
}

.progressContent
{
    border: #999999 2px solid;
    margin-bottom:0px; margin-top:0px;
    width: 700px;
    padding:10px 10px 0px 4px;
    height: 100%;
    z-index: 0;
    margin:0px;
}

.progressContent .nextButton
{
    text-align:right;
    height: 100%;
    z-index: 0;
    margin:0px;
}