
.gm_dialog {
	border-radius: 5px; border: 5px solid rgb(56, 115, 201); font-size: 13px; display:none; position: absolute; z-index: 999; background-color: rgb(255, 255, 255);
}
.gm_zindex_max {
	z-index: 9999;
}
.gm_dialog_head {
	background: rgb(56, 115, 201); height: 24px; color: rgb(255, 255, 255); cursor: move;
}
.gm_dialog_title {
	width: auto; height: 24px; line-height: 24px; padding-left: 10px; font-size: 12px; font-weight: bold; float: left;
}
.gm_dialog_func {
	padding-top: 3px; padding-right: 4px; float: right;
}
.gm_dialog img {
	border: 0px currentColor;
}
.gm_dialog a {
	margin-left: 6px;
}
.gm_dialog_min {
	
}
.gm_dialog_max {
	display: none;
}
.gm_dialog_iframe {
	width: 100%;
}
