﻿.btnLogin
{
  background-color :#999 ; 
  color:White;
  font-weight :bold;   
}

.panel
{
    margin:10px 0 0 30px;
 }
 .panelHeader
 {
    background:url(pics/memberAccessPanel/panelHeader.gif) no-repeat   ;
    height:29px;
    width:585px;
    
 }
  .panelBody
 {

    background:url(pics/memberAccessPanel/panelBody.gif) repeat-y   ;
    min-height :300px;
    _height:300px;
    font-family :Arial;
    font-size :14px;
    
    
 }
 .panelBody table
 {
   width: 560px;
  }
  
  .panelBodyUl
  { 
    float:left ;
    margin:0 0 0 60px; 
    padding : 10px 0 0 70px; 
    text-align :left ;
    list-style-type :disc ;
    
  }
  
  .panelBody li
  {
    font-size:14px;  
    
  }
  
  .panelBodyUl a
  {
   color:blue;
   font-size :14px; 
   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;  
 }
 
 .anchor
 {
    font-size :14px;
    }