
.hideDlg
{
    height:5px;
    width:5px;
    display:none;
}
.showDlg
{
    background-color:#ffffff;
    border-width:1px;
    border-style:solid;
    border-color:#696969;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    height:560px;
    width:600px;
    position: absolute; 
    display:block;
    z-index:5;
}
.showDeck {
    display:block;
    top:0px;
    left:0px;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    position:absolute;
    z-index:3;
    background:#666;
}
.hideDeck 
{
    display:none;
}

.fademessageDiv {
    display:none;
    background-color: #FFA07A;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    border-radius:10px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color:red;
    z-index: 9999;
    width: 500px;
    height: 50px;
    left: 50%;
    top: 50%;
    position: fixed!important;
    position: absolute;
}

.popBg {
    background-color: #696969;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
/*FF IE7*/
    filter: alpha(opacity=50);
/*IE*/
    opacity: 0.5;
/*FF*/
    z-index: 99999;
    position: fixed!important;
/*FF IE7*/
    position: absolute;
/*IE6*/
    _top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
