.xmap-dialog {
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 10001;
}

.xmap-dialog-title {
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.xmap-dialog-close {
	float: right;
	cursor: pointer;
	margin: 3px;
	padding: 0;
	height: 11px;
	width: 11px;
	border: 1px solid #96B0B6;
	border-top: 1px solid #C3D1DA;
	background: url("../images/dialog/dialog_close.gif") no-repeat;
}

.xmap-dialog-close:hover {
	border: 1px solid #005599;
}

.xmap-dialog-content-text {
	display: block;
	padding: 5px;
	color: #666666;
	font-size: 13px;
	overflow-y: auto;
}

.xmap-dialog-buttonbar {
	display: block;
	position: absolute;
	bottom: 5px;
	padding: 5px;
	margin: 0;
}

.xmap-dialog-button {
	padding: 1px 10px;
	cursor: pointer;
	width: 50px;
	border: 1px solid #4f6d81;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	float: left;
	margin: 0 10px;
}

.xmap-dialog-button:hover {
	background-color: #D9E8F0;
}

.xmap-dialog-mask {
	/*
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;*/
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	background: #CCCCCC;
	opacity: 0.5;
	z-index: 10000;
}

.xmap-dialog-errorheader, .xmap-dialog-successheader, .xmap-dialog-promptheader, .xmap-dialog-otherheader {
	display: block;
	position: relative;
	padding: 3px 6px 7px;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border-bottom: none;
	background: url("../images/dialog/prompt_header.gif") repeat-x scroll 0 0 #9BBADB;
	color: #355468;
	border: 1px solid #4f6d81;
	border-bottom: none;
	cursor: move;
}

.xmap-dialog-error, .xmap-dialog-success, .xmap-dialog-prompt, .xmap-dialog-other {
	display: block;
	padding: 6px;
	color: #666666;
	font-size: 13px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #4f6d81;
}

.xmap-dialog-error {
	background: url("../images/dialog/error_bg.jpg") bottom right no-repeat #fff;
	border-top: none;
}

.xmap-dialog-success {
	background: url("../images/dialog/success_bg.jpg") bottom right no-repeat #fff;
	border-top: none;
}

.xmap-dialog-prompt {
	background: url("../images/dialog/prompt_bg.jpg") bottom right no-repeat #fff;
	border-top: none;
}

.xmap-dialog-other {
	background-color: #fff;
	border-top: none;
}
