#meBoxShade {
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#meBox {
	position: absolute;
	background: #FFFFFF url(../images/meBoxLoading.gif) center center no-repeat;
	width: 225px;
	height: 250px;
	border: 10px solid #FFFFFF;
	text-align: left;
	cursor: default;
	z-index: 99999;
	opacity: 1;
}
#meBox #meBoxPrevious {
	background: transparent url(../images/meBoxPrevious.png) center left no-repeat;
	width: 100px;
	cursor: pointer;
}
#meBox #meBoxNext {
	background: transparent url(../images/meBoxNext.png) center right no-repeat;
	width: 100px;
	cursor: pointer;
}
#meBoxBar {
	position: relative;
	background: #FFF;
	height: 20px;
	border: 5px solid #FFF;
	z-index: 1050;
	text-align: left;
	cursor: default;
}
#meBox #meBoxTitle {
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.10em;
}
#meBox #meBoxClose {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff url(../images/meBoxClose.png) top right no-repeat;
	width: 10px;
	height: 10px;
	padding: 0 10px 10px 0;
	z-index: 1500;
	cursor: pointer;
}
#meBoxContents { position: relative; background: #f0f0f0; width: 100%; height: 100%; overflow: auto }

#meBox .buttons {
	position: relative;
	width: 95%;
	margin: 1.5em auto 0 auto%;
	padding: 0.5em 0;
	border-top: 1px dashed #C8C8C8;
	overflow: auto
}
#meBox .buttons input { margin: 0 0.25em 0 0 }

.mb_close {}
.mb_delete { float: right }
