.src_overlay {
	top: 0;	
	left: 0;
	width: 100%; 
	height: 100%;
	z-index: 10999;
    opacity: 0.3;
	margin: auto;
	position: fixed;
	background-color: transparent;
}

.dlg_window {
	z-index: 11000;
	position: fixed;
	text-align: left;
	border: 1px solid #9DBBD0;
}

.dlg_shadow {
    opacity: 0.3;
    position: absolute;
    background: #666;
    margin: 3px 0 0 3px;
}

.dlg_frame {
	height:100%;
	position:relative;
	background-color: #CECECE;
}

.dlg_header {
	margin:0;
	height: 22px;
    border: 1px solid #FFFFFF;
    background-color: #9DBBD0;
}

.dlg_content {
	overflow:auto;
	padding: 6px .75em;	
    border-top: 1px solid #F9F9F9; 
    background-color:#EFEFEF;
}

.dlg_caption {
	margin: 0;
    color:#FFFFFF;
	text-align: center;
	text-shadow: #FFF 0 1px 0;
	padding: 3px 0 3px 0;
	font: bold 100% "Lucida Grande", Arial, sans-serif;
}

.dlg_close {
	width: 15px;
	height: 15px;
    cursor: pointer;
	position:absolute;
	left:7px; top:2px;
	font-size: 12pt;
	background: transparent url(../img/dialog/close.gif) no-repeat;
}

.dlg_loading {
    height: 30px;
	padding: 1.5em;
	text-indent: -10000px;
	background: #EFEFEF url(../img/dialog/spinner.gif) 50% 0 no-repeat;
}

.dlg_buttons {
    margin: 10px;
}

