#mu_hover_blocking
{
	background-color: #000000;
	opacity: 0.70;
	filter: alpha(opacity=70);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#mu_hover
{
	width: 520px;
	height: 780px;
	position: absolute;
	top: 50px;
	left: 50px;
	border: 1px solid black;
}

#mu_hover_close
{
	background: #7ab42c;
	border: 1px solid white;
	text-align:center;
	width:16px;
	color: white;
	text-decoration:none;
	font-weight: bold;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	height:16px;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: default;
}


#mu_hover_close:hover
{
	background: #426118;
}

#mu_hover_title
{
	height: 20px;
	width: 100;
	background: #eaeaeb;
	padding: 2px;
	paddingRight: 4px;
}