.overlay_dialog {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.dialog_nw {
	width: 5px;
	height: 20px;
	background: transparent url(dialog/top_left.gif) no-repeat bottom left;			
}

.dialog_n {
	height: 20px;
	background: transparent url(dialog/top.gif) repeat-x bottom left;			
}

.dialog_ne {
	width: 5px;
	height: 20px;
	background: transparent url(dialog/top_right.gif) no-repeat bottom left			
}

.dialog_e {
	width: 5px;
	background: transparent url(dialog/right.gif) repeat-y 0 0;			
}

.dialog_w {
	width: 5px;
	background: transparent url(dialog/left.gif) repeat-y 0 0;			
}

.dialog_sw {
	width: 5px;
	height: 5px;
	background: transparent url(dialog/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	height: 5px;
	background: transparent url(dialog/bottom.gif) repeat-x 0 0;			
}

.dialog_se, .dialog_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(dialog/bottom_right.gif) no-repeat 0 0;			
}

.dialog_close {
	width:0px;
	height:0px;
	background-color: white;
	display: none;
}

.dialog_minimize {
	width:0px;
	height:0px;
	display:none;
}

.dialog_maximize {
	width:0px;
	height:0px;
	display:none;
}

.dialog_title {
	float:left;
	height:1px;
	width:100%;
}

.dialog_content {
	overflow:visible;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background: #FFF;
}

/* For dialog/confirm dialog */
.dialog_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.dialog_message {
	width:100%;
	padding: 10px;
}

.dialog_buttons {
	text-align:right;
	width:100%;
	border-top: 2px solid #808080;
	padding-top: 6px;
}

.dialog_buttons input {
	width:20%;
	margin: 3px 10px;
	border: 1px solid silver;
	background-color: silver;
	cursor: pointer;
}

.dialog_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('dialog/progress.gif') no-repeat center center
}



