
#messageBox{
        border-right: 1px solid #000000;
        position: absolute;
        width: 217px;
        height: 100px;
        z-index: 1;
        background-color: #C0C0C0;
        border-style: solid;
        border-width: 1px;
        display:none;
}
#closeButt{
         width: 100%;
         height: 10px;
         z-index: 1;
         cursor: pointer;
         left: 0px;
         top: 0px;
         background-color: #808080; 
}
#contents{
        width: 100%;
        height: auto;
        z-index: 2;
}



