div.nContainer {
    text-align:center;
    display: block;
    padding:0px;
    position:absolute;
    left:50%;
    margin-left:-150px;
    top:175px;
    width:300px;
    background-color:#FFF;
    z-index:200;
}

div.nTitle{
    padding: 2px;
    width: 100%;
    text-align: left;
    background-color: #CCC;
    font-size: 21px;
    font-style: oblique;
    border-style: solid;
    border-width: medium medium thin medium;
}

div.nBody
{
    padding: 5px 2px 5px 2px;
    width:100%;
    text-align: center;
    background-color: #FFF;
    font-size: 12px;
    border-style: solid;
    border-width: thin medium medium medium;
}

div.nDismiss
{
    float: right;
    height: 100%;
    background-color: #FF0000;
    font-style: normal;
    font-size: 12px;
}

div.fade {
    display: block;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:#000;
    opacity: 0.5;
    filter:alpha(opacity=40);
    z-index: 99;
}