.dialog_main {
	width: 400px;	
	position: absolute;
	z-index: 4;
	top: 50px;
	left: 50px;
	visibility: hidden;
}

.dialog_buttons {
	background: url("images/dialog_button_background.gif");
	border: 1px solid #333;
	margin: 3px;
	margin-bottom: -5px;
	padding-bottom: 0px;
}

.dialog_buttons:hover {
	background: #D7D7D7;
}

.dialog_title_field {
	background: url("images/dialog_top_background.gif");
	color: #eee;
	width: 360px;
	height: 20px;
	font-family: verdana;
	font-size: 15px;
	text-align: center;
}

.dialog_button_field {
	background: url("images/dialog_bottom_background.gif");
	color: #eee;
	width: 360px;
	height: 20px;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
}

.dialog_body {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px;
	font-family: verdana;
	font-size: 13px;
	background: #fff;
}

.dialog_top_right {
	background: url("images/dialog_top_right.gif");
}

.dialog_top_left {
	background: url("images/dialog_top_left.gif");
}

.dialog_bottom_left {
	background: url("images/dialog_bottom_left.gif");
}

.dialog_bottom_right {
	background: url("images/dialog_bottom_right.gif");
}

.dialog_top_right a {
	background: url("images/dialog_close.gif");
	background-position: bottom right;
}

.dialog_top_right a:hover {
	background: url("images/dialog_close_hover.gif");
}

.dialog_modal {
	position: absolute;
	visibility: hidden;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px; 
	background: url("images/dialog_modal_background.gif");
}

.dialog_shadow {
	position: absolute;
	visibility: hidden;
	z-index: 3;
	top: 55px;
	left: 55px;
	width: 400px;
	height: 100px;
}

.dialog_shadow_filler {
	background: #888;
}

#dialog_shadow_spacer {
	height: 60px;
	background: #888;
}

#dialog_buttons {
	text-align: center;
}
