﻿#mbox-window {
	background-color: #000;
	overflow: visible;
	padding: 3px;
	position: absolute;
	text-align: left;
}
#mbox-btn-close {
	background: transparent url(/images/dpui.gif) no-repeat 0 0;
	border: solid 1px #eee;
	height: 15px;
	width: 15px;
	position: absolute;
	right: 10px;
	top: 12px;
}
#mbox-btn-close: hover {
	border: solid 1px #000;
}
.mbox-loading {
	background-image: url(/images/spinner.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#mbox-content {
	background-color: #fff;
	clear: both;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mbox-content-image {
	overflow: visible;
}
.mbox-content-image img {
	display: block;
}
.mbox-content-iframe {
	overflow: visible;
}
#dp-Box {
	border: 3px solid #000;
	background: #fff;
}
#dp-closehandle {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 6px;
	top: 6px;
	border: solid 1px #eee;
	background: url(/images/dpui.gif) no-repeat;
}
#dp-closehandle: hover {
	border: solid 1px #000;
}
#dp-control {
	text-align: center;
}
#dp-control input,#dp-control button {
	vertical-align: middle;
}
.DialogTitle {
	height: 15px;
	padding: 10px;
	background: #eee;
	color: #c00;
	font: bold 14.8px arial;
}
.DialogContent {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin: 10px;
}
.DialogButtons {
	margin: 10px;
	text-align: center;
}
.DialogButtons input,.DialogButtons button {
	margin: 0 5px;
}