body {
	overflow-x: hidden;
	position: relative;
}
table, td, th {
	border-collapse: collapse;
}
.mod-dialog-bg {
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.mod-dialog {
	background-color: #fff;
	border: solid 1px #333;
	border-top: none;
	min-width: 300px;
 *padding-top: 27px;
	position: absolute;
	z-index: 10001;
}
.mod-dialog .dialog-nav {
	background: #333;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	height: 27px;
 *left: 0;
	line-height: 27px;
 *position: absolute;
 *top: -27px;
 *width: 100%;
}
.mod-dialog .dialog-title {
	padding-left: 10px;
}
.mod-dialog .dialog-close {
	background:url(../images/header_top_close.png) no-repeat 0 0;
	height: 21px;
	position: absolute;
	right: 0px;
	top: 5px;
	width: 20px;
}
.mod-dialog .dialog-main {
	font-size: 14px;
	padding: 20px;
	text-align: center;
}
