#ak_modal_div 
{
    
    
    padding-top:0px;
    position: absolute;
    z-index:1000;
    display:none;
    
}


div.BBModalPopupTitelBar
{    
    color:#fff;
    display:block;
    padding-top:0px;
    margin-top:0px;
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    padding:0px;     
    text-align:left;
    position:relative;
    line-height:18px;
    background-image:url(../img/bg-h1.gif);
    background-repeat:repeat-x;
    background-color:#03468A
    
}

div.BBModalPopupTitelBar h1
{    
    color:#fff;
    font-size:14px;
    padding:5px 0px 5px 05px;
    
}


#popupCloseWrapper 
{    
    position:absolute;
    right:5px;
    top:1px;
    width:24px;
}

img.popupClose{
    display:block;
    cursor:pointer;
   
    margin:2px 0 0 0 ;    
    border:none;
}

.popupText 
{
    color:#666;
    font-family:Verdana;
    font-size:11px;
    padding:10px 5px 5px 5px;
    line-height:18px;
}



.popupContent 
{
    margin-top:10px;
    width:548px;
    height:285px;
    overflow:auto;
    scrollbar-face-color:#FFFFFF;
    scrollbar-arrow-color:#0D7AC0;
    scrollbar-track-color:#eee;
    scrollbar-shadow-color:#666;
    scrollbar-highlight-color:#666;
    scrollbar-3dlight-color:#ccc;
    scrollbar-darkshadow-Color:#ccc;

}

.popupContent h1 
{
    margin:0;
    font-size:12px;
    font-weight:bold;
}

.popupContent ul
{
    padding-left:15px;
}

.popupContent a
{
    text-decoration:underline;
}

.popupContent a:hover
{
    text-decoration:none;
}

