#blackboxstyle{
font-family: Tahoma, Arial, sans-serif;
color:white;
z-index:32767;
left:0px;
top:0px;
height:100%;
width:100%;
position: fixed; 
background: url(img/blackbox.png) repeat;
border: none;
padding:none;
}

#bbclose{
font-size:20px;
background: white;
color:black;
width:700px;
height:30px;
margin:0;
float:none;
padding-top:15px;
}

#bbclose a{
color:black;
text-decoration:none;
}
#bbclose a:hover{
color:black;
text-decoration:underline;
}