
#messageBox{
    border-right: 0px solid #000000;
    position: absolute;
    width: 290px;
    height: 85px;
    z-index: 1;
    background-color: #C0C0C0;
    background-image:url(dan.png);
    border-style: solid;
    border-width: 0px;
    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;
}


<style type="text/css">
span.blue {color:lightskyblue;font-weight:bold}
span.green {color:darkolivegreen;font-weight:bold}
</style>

