.ebdp-floatdialog-overlayIframe {
	border: currentColor; left: 0px; top: 0px; position: absolute; z-index: 10000; opacity: 0.1; background-color: rgb(0, 0, 0); -moz-opacity: 0.1;
}
.ebdp-floatdialog-overlayDiv {
	left: 0px; top: 0px; position: absolute; z-index: 100001; opacity: 0.1; background-color: rgb(0, 0, 0); -moz-opacity: 0.1;
}
.ebdp-floatdialog-window {
	background: rgb(255, 255, 255); color: rgb(0, 0, 0); font-size: 12px; display: none; position: fixed; z-index: 100002;
}
.ebdp-floatdialog-window img {
	border-width: 1px; border-style: solid; border-color: rgb(102, 102, 102) rgb(204, 204, 204) rgb(204, 204, 204) rgb(102, 102, 102); margin: 15px 0px 0px 15px; display: block;
}
.ebdp-floatdialog-load {
	width: 100px; height: 100px; display: none; position: absolute; z-index: 10001;
}
.ebdp-floatdialog-top {
	height: 30px; line-height: 30px;
}
.ebdp-floatdialog-backImage {
	background: url("back.png") no-repeat center; margin: 5px; width: 20px; height: 20px; float: left;
}
.ebdp-floatdialog-position {
	position: relative;
}
.ebdp-floatdialog-closeImage {
	background: url("close.png") no-repeat center; margin: 5px; width: 20px; height: 20px; float: right;
}
.ebdp-floatdialog-closeImage-type1 {
	top: 6px; right: 12px; color: rgb(102, 102, 102); font-size: 16px; font-weight: bold; position: absolute; cursor: pointer;
}
.ebdp-floatdialog-waitImage {
	background-image: url("loadingAnimation.gif");
}
.ebdp-button-buttonDiv {
	font-family: Microsoft YaHei; font-size: 14px; display: inline-block;
}
.ebdp-floatdialog-contentFloat {
	float: left;
}
.ebdp-floatdialog-content {
	width: 302px; padding-top: 5px; float: left;
}
.ebdp-floatdialog-middle {
	width: 338px; -ms-word-break: break-all; -ms-word-wrap: break-word;
}
.ebdp-floatdialog-buttonDiv {
	width: 302px; height: 64px; text-align: center; font-family: Microsoft YaHei; font-size: 16px;
}
.ebdp-floatdialog-button {
	width: 75px; height: 28px; text-align: center; line-height: 28px; font-family: Microsoft YaHei; font-size: 14px; font-style: normal; font-weight: normal; text-decoration: none; margin-top: 25px; margin-right: 10px; vertical-align: middle; display: inline-block; cursor: pointer;
}
.ebdp-floatdialog-button-gray {
	color: rgb(255, 255, 255); background-color: rgb(250, 170, 170);
}
.ebdp-floatdialog-button-red {
	color: rgb(255, 255, 255); background-color: rgb(255, 120, 120);
}
.ebdp-floatdialog-button-disable {
	border-color: rgb(211, 211, 211); cursor: default; background-image: none; background-color: rgb(211, 211, 211);
}
