/*  for popup when javascript disable*/
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    z-index: 99999;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG { background-color: rgba(0, 0, 0, 0.75);}

* html #TB_overlay { /* ie6 hack */
    position: absolute;
}

.popup{
    height:auto;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-60px;
    margin-left:-25%;
    z-index:200;
    width: 50%;
    background: #FFF;
    color:red;
    padding: 20px;
    font-size: 13px;
    line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*  for popup when javascript disable*/