@CHARSET "UTF-8";
.ui-dialog {
	/* width and height are set within portal.js */
	/* general background bottom */
	background-image: url('../pictures/layout/dialogbgbottom.png');
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position: left;
	width: 100%;
	z-index: 0;
}

.ui-dialog-titlebar {
	cursor: move;
	height: 16px;
	/* general background top */
	background-image: url('../pictures/layout/dialogbgtop.png');
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top;
	background-color: none;
}

.ui-resizable-handle {
	background: transparent; width: 0px; border: 0px; }

.ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog-titlebar-close {
	background:transparent url('../pictures/layout/dialogtitleclose.png') no-repeat scroll right top;
	cursor:pointer;
	height:30px;
	position:absolute;
	left: 410px;
	top:11px;
	width:30px;
}

.ui-dialog-titlebar-close-hover {
	background: url('../pictures/layout/dialogtitleclosehover.png') no-repeat right top;
}

.ui-dialog-title {
	color: #000;
	margin-left: 16px;
	padding-bottom: 16px;
	font-weight: 600;
	font-size: 1.45em;
	font-size: 16px;
	font-weight: 600;
}

.ui-dialog-content {
	margin: 0px 0px;
	padding: 0x;
	width: 100%;
}

.ui-dialog-content h1 {
	font-size: 1.45em;
	font-weight: 600;
	padding-left: 16px;
	padding-bottom: 16px;
}

.ui-dialog-content p {
	font-size: 1.08em;
	font-weight: 500;
	padding-left: 16px;
	padding-top: 10px;
}

.ui-dialog-content h5 {
	font-size: 1.08em;
	font-weight: bold;
	padding-left: 16px;
}


.ui-dialog-buttonpane {
	bottom: 8px;
	position: absolute;
	text-align: center;
	width: 450px;
}


.ui-dialog-buttonpane button {
	margin: 6px;
}

.ui-dialog-overlay {
	/* background-color and opacity are set within portal.js */
}

