.export_dialog_overlay
{
    /* position: fixed; */
    position: absolute;
    top: 2000;
    right: 0%;
    bottom: 2%;
    left: 1.6%;
    height: 88%;
    width: 68%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    /* z-index: 101; */
    z-index: 1000;
    display: none;
}
.export_dialog
{
    display: none;
    /* position: fixed; */
    position: absolute;
    /* width: 30%; */ 
     width: auto; 
    /* height:42%; */
    height: auto;
    top: 90%;
    left: 35%;
    margin-left: -190px;
    margin-top: -100px;
    margin-right: -450px;
    background-color: #ffffff;
    border: 2.5px solid #5597ed;
    padding: 0px;
    /* z-index: 102; */
    z-index: 2001;
    font-family: Arial;
    font-size: 10pt;
}
/* .export_dialog_title
{
    background-color: #5597ed;
    padding: 4px;
    width:90%;
    color: White;
    font-weight:bold;
}
 */

.export_ComplaintSubmit_overlay
{
    /* position: fixed; */
    position: absolute;
    top: 2000;
    right: 0%;
    bottom: 2%;
    left: 1.6%;
    height: 88%;
    width: 68%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .0;
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    /* z-index: 101; */
    z-index: 1000;
    display: none;
}





	