.transparent {
        display:none;
        position:absolute;
        z-index:250;
        left:0px;
        top:0px;
        width: expression(Math.max(Math.max(document.body.offsetWidth, document.body.clientWidth),document.documentElement.scrollWidth) + 'px') !important;
        height: expression(Math.max(Math.max(document.body.offsetHeight, document.body.clientHeight),document.documentElement.scrollHeight) + 'px') !important;
        width:100%;
        height:100%;
        background: #000;
        opacity: 0.65;
        -moz-opacity: 0.65; /* older Gecko-based browsers */
        filter:alpha(opacity=65); /* For IE6&7 */
        background-image:url(/images/colorbox/overlay.png)
 }
 .popup-container {
        display:none;
        position:absolute;
        left:0px;
        top:0px;
        width:100%;
        z-index:255;
 }
 .popup-container .popcon {
        width:600px;
        margin:50px auto 0px auto;
        /*padding:10px;*/
        text-align:center;
        background:transparent;
        overflow:hidden;
        padding-top:100px;
 }
 
  .popup-container .popcon .close {
        width:100%;
        clear:both;
        text-align:right;
        margin-bottom: 6px;
        display:none;
 }

