/*
 * Content CSS
 * Copyright (C) Motorwebs Corporation. All rights reserved.
*/

/* layout helpers
----------------------------------*/
.content-helper-hidden-accessible { position: absolute; left: -999999px; }
.content-helper-clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.content-helper-clear { display: block; }

/* content
-----------------------------------*/
.content { }

/*  popup 
-----------------------------------*/
.content-popup  
{
    z-index:1002;
    width: 634px;
    left: 25px;
    top: 130px;
    position: fixed;    
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75); 
}
.content-popup .head { 
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px;
    height: 30px; 
    background-color: Gray; 
    padding: 9px 0 0 12px;
    color: White;
    line-height: 16px;

}
.content-popup .close { float: right; font-weight: bold; color: white; font-size: 16px; cursor: pointer; padding: 3px 12px 0 0; }
.content-popup .body { 
    background-color: white; 
}