
	.popupWrapper {
		position:relative;
		z-index:5;
		clear:both;  
		top: -500px;
		left:400px;
	}
	.popupBody {
clear:both;
width:300px;
padding:3px;
background-color:#ffffcc;
}
	.popupCloser {
float:right;
		padding-bottom:2px;
width:300px;
height:13px;
}
	.popupMain {
		position:absolute;
        height:auto;
    padding-top:2px;
	    padding-bottom:15px;
		    padding-left: 15px;
			    padding-right:15px;
}
	.bio {
		width:300px; 
		background-color:#7E4A9B;
	}
	.menu {
		width:300px;
		background-color: #EA8511;
	}
	.popupHeader {
	 	background-color:#CCCCCC; 
	 	padding-left:3px; 
	 	padding-right:3px; 
	 	margin-bottom:3px;
	}
