﻿#gOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 101;
    overflow: scroll;
}

#gOverlay h4 { margin: 10px 0px; }

#gOverlay .iLabel { width:100%; float:left; font-weight:bold; font-size:10px; }
#gOverlay .iInput { float:left; padding:4px; width:80%; font-size:14px; min-width:240px; }

#gOverlay .gHolder { width:100%; position:relative; float:left; margin-bottom:10px; }
#gOverlay .gHolder .gItem { position:relative; margin-left:10px;  display:block; position:relative; float:left;  }
#gOverlay .gHolder .gItem img { width:90px; }

#gOverlay .gBox { margin-bottom:20px; } 

#gOverlay .table1 { font-size:12px; line-height: 16px; } 

#gOverlay .gButton {     display: block;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: White; 
    background-color: #ee4046;
    text-decoration:none;
    height: 36px;
    line-height: 36px;
    width:120px;
    text-align:center;
}


#gPopup {
    max-width: 600px;
    width: 50%;
    min-width:300px;
    /*max-height: 300px;
    height: 80%;*/
    padding: 0px 20px;
    position: relative;
    background: #fff;
    margin: 0.5% auto;
    overflow:auto;
    border-top: solid 10px #ee4046;
    border-bottom: solid 5px #575756;
}

#gClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    border: solid 2px lightgray;
    padding: 5px 10px;
    color: gray;
    font-weight: bold;
}

