﻿
.PanelContainerDiv
{
    margin-left: 20px;
}

.panel
{
    width: 100%;
    margin: 30px 0 0 10px;
}
.panelHeader
{
    background: url(pics/memberAccessPanel/panelHeader.gif) no-repeat;
    height: 29px;
    width: 585px;
}
.panelBody
{
    background: url(pics/memberAccessPanel/panelBody.gif) repeat-y;
    width: 100%;
    min-height: 20px;
    _height: 300px;
    font-size: 12px;
}

.panelBody table
{
    width: 560px;
}

.panelBodyUl
{
    float: left;
    margin: 0 0 0 60px;
    padding: 10px 0 0 70px;
    text-align: left;
    list-style-type: disc;
}

.panelBodyUl a
{
    color: blue;
    font-size: 4px;
    text-decoration: none;
}
.panelBodyUl a:hover
{
    color: Red;
}



.panelFooter
{
    background: url(pics/memberAccessPanel/panelFooter.gif) no-repeat;
    height: 16px;
    width: 585px;
}

.panelHeaderText
{
    display: block;
    padding: 8px 0 0 10px;
    color: Black;
    text-align: center;
}


.LabelStyle
{
    font-weight: bold;
}

.BulletedListStyle li
{
    margin-left: 40px;
    list-style: disc;
}




.button
{
   border:solid 1px #000;
   width: 100px;
   display:block;
   text-align:center;
   text-decoration:none; 
   background-color:#f0f8fb; 
}
 .buttonprevious
{
    margin-right: 20px;
}

 .buttonStartNext
{
    margin-right: 30px;
}
 .buttonNext
{
    margin-right: 30px;
}
.buttonFinish
{
    margin-right: 30px;
    }