
.mod-dialog-bg {
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.mod-dialog {
	background-color: #fff;
	border: solid 1px #82c92f;
	border-top: none;
	width: 300px;
 *padding-top: 27px;
	position: absolute;
	z-index: 1001;
}
.mod-dialog .dialog-nav {
	background: #72c01d;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	height: 40px;
 *left: 0;
	line-height: 40px;
 *position: absolute;
 *top: -40px;
 *width: 100%;
}
.mod-dialog .dialog-title {
	padding-left: 10px;
}
.mod-dialog .dialog-close {
	background: url(../images/alertBtn.png) no-repeat 0 0;
	height: 21px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 43px;
}
.mod-dialog .dialog-main {
	font-size: 14px;
	padding: 20px;
	text-align: center;
}
.mod-dialog .dialog-content {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 15px;
}
.mod-dialog .dialog-console a {
	background: #72c01d;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	width: 120px;
	color: #fff;
}
