#interContainer{
position: absolute;
width: 271px; /*Width of popup box*/
left: 0;
top: 0;
/*padding: 15px;*/
padding-top: 0;
/*background-color: #d0e47e;*/
/*border: 1px solid black;*/
visibility: hidden;
z-index: 6;
border: 0px solid gray;

}

#interContainer .headerbar{ /*CSS for header bar of popup box*/
/*color: gray;*/
padding: 5px 0;
text-align: right;

}

#interContainer .headerbar a{ /*CSS for header bar links of popup box*/
font-size: 120%;
text-decoration: none;

}


#interContent{ /*CSS for div that holds the content to show*/
/*border: 1px solid gray;*/
/*background-color: white;*/
border: 0px solid gray;
}

#interVeil{ /*CSS for background veil that covers entire page while popup box is visible*/
position: absolute;
/*background: black url(blackdot.gif);*/
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
opacity: 1.0;

}