.mod-dialog-bg {
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position:fixed;
	z-index: 1000;
}
.mod-dialog {
	background-color: #fff;
	border-top: none;
	width: 410px;
    *padding-top: 27px;
	position: fixed;
	z-index: 9999;
}
.mod-pop {
	background: #fff;
	border: solid 1px #a1a1a1;
	-webkit-box-shadow: 0 0 5px #a1a1a1;
	-moz-box-shadow: 0 0 5px #a1a1a1;
	box-shadow: 0 0 5px #a1a1a1;
	font-size: 14px;
	height: 142px;
	position: absolute;
	width: 276px;
	z-index: 1000;
}
.clearfix_new:after {
	clear: both;
	content: '\20';
	display: block;
	height: 0;
}
.mod-dialog .dialog-nav {
	background: #4990E2;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	font-family: "\5b8b\4f53";
	height: 40px;
 *left: 0;
	line-height: 40px;
 *position: absolute;
 *top: -27px;
 *width: 100%;
}
.mod-dialog .dialog-title {
	padding-left: 10px;
}
.mod-dialog .dialog-close {
	 
	height: 40px;
	position: absolute;
	right: 0px;
	color: #fff;font-size: 20px;line-height: 40px; text-align: center;
	top: 0;
	width: 40px;
}
.mod-dialog .dialog-close:hover{
	background: #ff3131
}
.mod-dialog .dialog-main {
	font-size: 14px;
	padding: 35px 20px 30px 20px;
	text-align: center;
}
.mod-dialog .dialog-content {
	font-size: 14px;
	line-height: 24px;
}
.mod-dialog .dialog-content h4{
	font-size: 18px;color: #5d5d5d;font-weight: bold;
	margin-bottom: 15px;
}
.mod-dialog .dialog-content p{color: #999}
.mod-dialog .content-title {
	background: url(../images/warning.png) 30px 20px no-repeat;
	font-size: 18px;
	line-height: 24px;
	padding: 40px 0 40px 155px;
}
.mod-dialog .dialog-console {
	padding-top: 20px;
}
.mod-pop .pop-nav {
	background: #f3f3f3;
	color: #666;
	font-weight: 700;
	line-height: 31px;
	padding: 0 10px;
}
.mod-pop .pop-close {
	background: url(../images/alertBtn.png) no-repeat -109px 0;
	height: 22px;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 22px;
}
.mod-pop .pop-main {
	line-height: 24px;
	padding: 15px 10px 10px;
	text-align: center;
}
.mod-pop .pop-console {
	font-size: 16px;
	line-height: 38px;
	margin-top: 20px;
	text-align: center;
}
.mod-pop .pop-btn-green {
	background: url(../images/alertBtn.png) no-repeat 0 -24px;
	color: #fff;
	display: block;
	float: left;
	height: 36px;
	margin-right: 16px;
	width: 120px;
}
.mod-pop .pop-btn-gray {
	background: url(../images/alertBtn.png) no-repeat 0 -62px;
	color: #999;
	display: block;
	float: left;
	height: 36px;
	width: 120px;
}
.mod-fixed-console.console-fixed {
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
	position: fixed;
	top: 10px;
	z-index: 999;
}
.mod-fixed-console .console-btn {
	background: #82c92f;
	border-bottom: 3px solid #73af2c;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 210px;
}
.mod-dialog .dialog-console a {
	background: #fff;border: 1px solid #c7c7c7;
	display: inline-block;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #999;
	width: 100px;
}
.mod-dialog .dialog-console a:hover{
	background: #4990E2;color: #fff;
	border-color: #4990E2
}
.mod-dialog .dialog-console .console-btn-confirm {
}
.mod-dialog .dialog-console .console-btn-cancel {
	margin-left: 12px;
}
.mod-pop .pop-close:hover {
	background-position: -86px 0;
}
.mod-pop .pop-btn-green:hover {
	background-position: 0 -100px;
}
.mod-pop .pop-btn-gray:hover {
	background-position: 0 -138px;
}