
/* Overlayer Messagebox background */
#overlay{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #000;
    opacity: 0.50;
    -moz-opacity: 0.50; /* Mozilla */
    -ms-filter: "Alpha(Opacity=750)"; /* IE8 */
    filter: alpha(opacity=50); /* IE5-7 */
}

/* Overlayer Messagebox */
#messageBox{
    position: fixed;
    top: 160px;
    left: 30%;
    right: 30%;
    background-color: #fff;
    border: 2px solid #000;
    padding: 20px;
    z-index: 1001;
    font-size: 13px;
}
#messageBox h2{
    font-size: 16px;
}

/* Overlayer Messagebox close */
#boxclose{
    float: right;
    cursor: pointer;
}
.postbox{border:1px solid gainsboro;}
.postbox td,
.postbox th{padding:6px; background-color: #EEEEEE;}
.postbox th{background-color: #505050;color:#fff;}
.postbox td.subject{padding:0px;}
.postbox td.sec{background-color: #E2E2E2;border-bottom: 1px solid #C9C9C9;;border-top: 1px solid #C9C9C9;;}
