@charset "UTF-8";

body .ui-dialog {
	background-color: #e6f7d4;
}

body .ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #d8d2aa;
	background: black url(../images/layout/grayShortBox.jpg) repeat-x;
	padding: 0px;
	height: 28px;
	_height: 29px;
}

body .ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

body .ui-draggable-disabled .ui-dialog-titlebar {
	cursor: default;
}

body .ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(../images/dialog/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}

body .ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

body .ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(../images/dialog/dialog-titlebar-close-hover.png) no-repeat;
}

body .ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
}

body .ui-dialog .ui-dialog-container {
	background: white;
}

body .ui-dialog .ui-dialog-content {
	margin: 8px;
	font-weight: normal;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

body .ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

body .ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}