
#filter
{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #404040;
        z-index:10;
        opacity:0.5;
        filter: alpha(opacity=50);
}


#box
{
        display: none;
        position: absolute;
        top: 20%;
        left: 50%;
        width: 500px;
        height: 270px;
        padding:  0px;
        margin:0;
        margin-left:-250px;
        border: 1px solid black;
        background-color: white;
        z-index:101;
        overflow: none;
        padding-top:40px;



}

#boxtitle
{
        position:absolute;
        float:center;
        top:0;
        left:0;
        width:500px;
        height:20px;
        padding:0;
        padding-top:10px;

        margin:0;
        border-bottom:4px solid #C5BEAA;
        background-color: #404040;
        color:white;
        text-align:center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
}

#boxcontent
{
        position:absolute;
        float:center;
        top:0;
        left:0;
        width:500px;
        height:20px;
        padding:0;
        padding-top:40px;
        padding-left:10px;
        margin:0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
}