@charset "utf-8";

#mdoverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #000;
	z-index: 10000;
}

#mdcontainer {
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	z-index: 10002;
	width: 500px;
	left: 50%;
	color: #080000;
	z-index: 10001;
}
#mdcontent {
	padding: 10px;
	font-size: 0.8em;
	margin: 10px 0px 0 10px;
	min-height: 80px;
}
#mdcontent p.header {
	font-family: Cambria, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	color: #FE5F1B;
	margin-bottom: 18px;
}

#mdcontent ul{
	text-align: left;
	list-style: disc inside;
	margin-left: 10px;
}

#mdcontent a {
	color: #ef372e;
	text-decoration: none;
}

#mdbottom {
	clear: both;
	height: 20px;
	padding: 0px 10px 10px 10px;
}

#mdbottom a {
	border: 0;
}

#mdclose {
	display: block;
	float: right;
	width: 66px;
	height: 20px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0;
}

.mdloading {
	background: #fff url(ajax-loader.gif) no-repeat center;
	height: 60px;
}

.mdicon {
	display:inline-block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}