.dialog {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 100;
}

.dialog-header {
	padding: 0px;
}

.dialog-header SPAN {
	vertical-align: middle;
}


.dialog-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0px;
}

.dialog-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0px;
}

.dialog-footer {
	font-size: 0px;
}

.dialog-bl {
	position: absolute;
	left: 0px;
	font-size: 0px;
}

.dialog-br {
	position: absolute;
	right: 0px;
	font-size: 0px;
}

.dialog-body {
}

.dialog-close-icon {	
	top: 0px;
	right: 2px;
	position: absolute;
	cursor: hand;
	cursor: pointer;
}

/***********************/
/* Default Dialog Skin */
/***********************/
.default-dialog {
	width: 300px;
}

.default-dialog .dialog-header {	
	margin-left: 7px; /* The width of the left corner image */
	margin-right: 7px; /* The width of the right corner image */
	height: 23px;
	background-color: #0A246A;	
}

.default-dialog .dialog-header SPAN {
	color: White;
	font-size: 12px;
	font-weight: bold;	
	line-height: 23px;
}


.default-dialog .dialog-tl {	
	width: 7px;
	height: 23px;
	top: 0px;
	left: 0px;
	background: transparent url(dialog-tl.gif);
}

.default-dialog .dialog-tr {	
	width: 7px;
	height: 23px;	
	background: transparent url(dialog-tr.gif);
}

.default-dialog .dialog-footer {
	margin-left: 7px;
	margin-right: 7px;
	height: 7px;
	background: #0A246A url(dialog-bottom.gif);
}

.default-dialog .dialog-bl {
	width: 7px;
	height: 7px;
	background: transparent url(dialog-bl.gif);
}

.default-dialog .dialog-br {	
	width: 7px;
	height: 7px;
	background: transparent url(dialog-br.gif);
}

.default-dialog .dialog-body {
	padding:4px;
	background-color: White;
	border-left: 2px solid #0A246A;
	border-right: 2px solid #0A246A;
}

.default-dialog IFRAME {
	height: 200px;
}

.default-dialog .dialog-close-icon {
	background: transparent url(dialog-close-icon.gif);
	top: 0px;
	right: 2px;	
	width: 17px;
	height: 22px;
}

.default-dialog .dialog-buttons-div {
	text-align: right;
	padding: 10px;
	border-top: 2px solid #0A246A;
}

.default-dialog .dialog-ok-button {
	font-weight: bold;
	margin-right: 10px;
}

.default-dialog .dialog-cancel-button {
	margin-right: 10px;	
}