#interContainer{
position: absolute;
width: 400px; /*Width of popupbox box*/
left: 0;
top: 0;
padding: 5px;
padding-top: 0;
background:#e8e8e8;
border: 1px solid;
visibility: hidden;
z-index: 6;
}
#popupContent
	{		
	}
#interContainer .headerbar table {
	border:none;
	margin:0px;
}
#interContainer .headerbar td{  
color: White;
font-size: 120%;
padding: 5px 0;
border:none;
}

#interContainer .headerbar td a, #interContainer .headerbar td a:visited{ 
color: #000000;
text-decoration: none;
}


#interContent{ 

}

#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: #000000;
}
#popup
	{
		width: 400px;
		margin: auto;
	}
#popup_inner
	{
	 	background:#ffffff;
	}
#popup_content
	{
		background: #ffffff;
		padding: 10px;
	}
#close_button
	{
		padding: 2px;
		text-align: right;
	}
#close_button a
	{
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
	}
.clearer 
	{
		clear: both;
	}
.border
	{
		background:url(i/smalldot.gif) repeat-x center top;
		height:20px;
	}
table.myForm, table.myForm td { border:none; }
