@CHARSET "UTF-8";
#screenoverlay {
	position: fixed;
   _position: absolute;  /* for IE 6.0 */  
    left: 0px;
    top: 0px;  
    width: 100%;
    height: 100%;
    background-color: #000; 
    opacity: .75;
    filter: alpha(opacity=75);  
    z-index: 1000;
    visibility:hidden;        
}

#topbox {
	position: absolute;
    left: 100px;
    top: 100px; 
    padding: 10px;
    width: 500px;
    height: 315px;
    background-color: #FFFFFF;
    z-index: 1001;
    display: none;        
}

#topbox iframe {
	border: 0px;
	width: 500px;
    height: 315px;
    overflow: hidden;
}

#topboxClose {
	width: 16px;
	height: 16px;
	position: absolute;
	left: -8px;
	top: -8px;
	z-index: 1002;	
	overflow: hidden;
}

#topboxClose a {
	width: 16px;
	height: 16px;	
	display: block;
	background-image: url('close.gif');		
}

#externalButton {
	font-size: 12px;
	font-family: font-family: Arial,Helvetica,sans-serif;
	float: left;
	width: 200px;	
	border: 1px solid #a2a2a2;	
}

#externalButton a {
	text-decoration: none;
	display: block;	
}

#externalButton div {
	text-align: center;	
}

#externalButton1 a{
	color: #fff;
	padding: 5px;	
	border-bottom: 1px solid #a2a2a2;
	background-color: #000;
}

#externalButton2 a {
	font-weight: bold;
	color: #000;
	padding: 5px;
}