#interContainer{
position: absolute;
width: 389px; /*Width of popupbox box*/
left: 0;
top: 0;
padding: 4px;
padding-top: 0;
background-color: Red;
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: #0080FF;
}
#leavingDiv, .leavingDiv  {
position: absolute;
width: 100%;
height: 20px;
top: 0;
left: 0;
z-index: 500;
}
.style1 {
	font-family: Tahoma;
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}
.style2 {
	font-family: Tahoma;
	font-size: 16px;
}
.style5 {font-family: Tahoma; font-size: 14px; }
.style7 {font-size: 24px; font-weight: bold; color: #0066CC; }