#interContainer{
position: absolute;
width: 670px; /*Width of popupbox box*/
left: 0;
top: 0;
padding: 5px;
padding-top: 0;
background-color: #222A56;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar td{  
color: White;
font-size: 120%;
padding: 5px 0;
}

#interContainer .headerbar td a{ 
color: White;
text-decoration: none;
}


#interContent{ 
border: 1px solid gray;
background-color: white;
}

#interVeil{  
position: absolute;
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
background-color: Black;
}
#leavingDiv, .leavingDiv  {
position: absolute;
width: 100%;
height: 20px;
top: 0;
left: 0;
z-index: 500;
}
