@CHARSET "UTF-8";
.d-mask {
	background: none repeat scroll 0 0 #666666;
	opacity: 0.8;
	filter: alpha(opacity =   80);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.dialog {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity =   0);
	visibility: hidden;
	border: 8px solid #cacaca;
	border-radius: 5px;
	background: white;
	top:0;
	left:0;
}

.dialog .d-wrap {
	position: relative;
	font-size: 14px;
	line-height: 20px;
}

.dialog .d-head {	
	background: #39BFCA;
}

.dialog .d-head .d-title {
	color: #feffff;
	padding-left: 15px;
	margin-right: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
}

.dialog .d-drag .d-title {
	cursor: move;
}

.dialog .d-close {
	width: 32px;
	height: 32px;
	float: right;
	margin: 4px 10px 0 0;
	background: url("dialog/close_btn1.png") no-repeat;
	cursor: pointer;
}

.dialog .d-close:hover {
	background: url("dialog/close_btn_hov1.png") no-repeat;
}

.dialog .d-noclose .d-close {
	display: none;
}

.dialog .d-noclose .d-title {
	margin-right: 0;
}

.dialog .d-body {
	overflow: auto;
	position: relative;
	border-radius: 5px;
}

.dialog .d-iframe-body {
	overflow: hidden;
}

.dialog .d-load {
	width: 500px;
	height: 200px;
	float: left;
	position: relative;
	top:0;
	left:0;
	z-index: 1985;
	background: url("dialog/load.gif") no-repeat 50% 50% white;
}

.dialog .d-main {
	padding: 15px;
}

.dialog .d-main  a {
	color: #114478;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin: 35px 25px 35px 25px;
}

.dialog .d-main  a:hover {
	color: #fff;
	background: #5480ad;
}

.dialog .d-iframe-body .d-main {
	padding: 0px;
	height: 100%;
}

.dialog .d-foot {
	text-align: right;
	padding: 5px 15px 5px 10px;
	border-top: 1px solid #DCDCDD;
	background: #F1F1F1;
}

.d-foot .d-button {
	color: white;
	font-size: 15px;
	font-weight: bold;
	background: #39BFCA;
	display: inline-block;
	margin: 5px 0 5px 5px;
	border: 1px solid #5480ad;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 15px;
}

.d-foot .d-button:hover {
	background: #39BFCA;
}

.d-warn .d-main {
	word-break: break-all;
	padding: 20px 10px 20px 50px;
	min-width: 200px;
	max-width: 300px;
	background: url("dialog/warn.gif") no-repeat 10px 50% transparent;
}

.d-info .d-main {
	word-break: break-all;
	padding: 20px 10px 20px 50px;
	min-width: 200px;
	max-width: 300px;
	background: url("dialog/info.gif") no-repeat 10px 50% transparent;
}

.d-error .d-main {
	word-break: break-all;
	padding: 20px 10px 20px 50px;
	min-width: 200px;
	max-width: 300px;
	background: url("dialog/error.gif") no-repeat 10px 50% transparent;
}

.d-confirm .d-main {
	padding: 20px 10px 20px 50px;
	min-width: 200px;
	max-width: 300px;
	background: url("dialog/help.gif") no-repeat 10px 50% transparent;
}

.d-prompt .d-body {
	
}

.d-tips {
	background: none;
	border: none 0;
	border-radius: 0;
}

.d-tips .d-body {
	overflow: visible;
	min-width: 150px;
	max-width: 300px;
	background-color: rgb(15, 166, 216);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.d-tips .d-main {
	word-break: break-all;
}

.d-tips .d-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
}

.d-tips .d-arrow-t {
	left: 5px;
	bottom: -8px;
	border-right-color: rgb(15, 166, 216);
}

.d-tips .d-arrow-b {
	left: 5px;
	top: -8px;
	border-right-color: rgb(15, 166, 216);
}

.d-tips .d-arrow-l {
	left: -8px;
	top: 5px;
	border-bottom-color: rgb(15, 166, 216);
}

.d-tips .d-arrow-r {
	right: -8px;
	top: 5px;
	border-bottom-color: rgb(15, 166, 216);
}

/******dialog鏍峰紡鍋忚摑鑹�****/

.dialog .d-main dl dt span {
	font-size: 18px;
	color: #ff0000;
	line-height: 30px;
}

.dialog_blue {
	border: none;
	border-radius: none;
}

.dialog_blue .d-head {
	background-color: #44678C;
	border-bottom: none;
	height: 50px;
	line-height: 50px;
	color: #FEFFFF;
	font-size: 17px;
}

.dialog_blue .d-head .d-title {
	padding-left: 20px;
}

.dialog_blue .d-close {
	font-weight: bold;
	color: #CADFFA;
	font-size: 23px;
}

.dialog_blue .d-foot {
	background-color: #FFFFFF;
	border-top: none;
	padding: 10px 15px 15px 10px;
}

.dialog_blue .d-button {
	background-color: #3C75C2;
}