@CHARSET "ISO-8859-1";

#ww_popup {
	position: absolute;
	background: transparent url(/blue.png);
	background-repeat: repeat;
	z-index: 9000;
	top: 0px;
	width: 100%;
	height: 100%;
	color: white;
	font-family: Tahoma, sans serif;
}
#whos_who {
	color: white;
	font-family: Tahoma, sans serif;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

#close_button{
	position: absolute;
	top: 15px;
	right: 30px;
	color: white;
	width: 50px;
	height: 30px;
	border: none;
}

#ww_content table, #ww_head {
	width: 80%;
	margin: 5px auto;
}

#ww_content td {
	color: white;
	font-family: Tahoma, sans serif;
	font-size: 11px;
	line-height: 16px;
	height: 60px;
	width: 25%;
	margin: 0px 10px;
}
#ww_content strong {
	color: #9AEB37;
}