.popUp
{
	border-style:		solid;
	border-width:		1px;
	border-color:		rgb(48, 128, 48);
	
	padding:			2px;
	width:				350px;
	position:			absolute;
	
	visibility:			hidden;
	z-index:			10000;
	
	
	background-color:	rgb(210, 235, 210);
}

.popUpShadow
{
	padding:			0px;
	position:			absolute;
	
	visibility:			hidden;
	z-index:			9999;
	
	background-color:	rgb(0, 0, 0);
	
	filter:				alpha(opacity=40); /*FF bitches about this, but it doesn't seem to matter*/
	opacity:			0.4;
	-moz-opacity:		0.4;
}

.popUpCloseContainer
{
	text-align:		right;
	margin:			0px;
}

.popUpClose
{
	border-width:		1px;
	border-style:		solid;
	border-color:		rgb(0, 0, 0);
	background-color:	rgb(48, 128, 48);
	
	color:				rgb(215, 245, 215);
	width:				11px;
	height:				20px;
	padding:			0px;
	text-align:			center;
	float:				right;
}

.popUpCloseLink
{
	color:				rgb(215, 245, 215);
	text-decoration:	none;
}