.window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding: 10px 10px 30px 10px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;  
  border-radius: 8px;
}

#dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#waiting {
  position:fixed;
  left:0;
  top:0;	
  z-index:9999;
  width:60px; 
  height:60px;
  padding:10px;
  background-color: transparent;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color: #EEEEEE;
  display:none;
}

.mask {
  z-index:9000;
  background-color: #EEEEEE;
  opacity: 0.5;
  display:none;
}

div.horizontal_bar {
	background-color: #2A6E54;
	border-radius: 4px;
	font-weight: bold;
	color: white;
	padding: 5px;
	vertical-align: middle;
}

a.dlg_button div {
	width: 72px;
	height: 20px;
	display: inline-block;
	
	/* background: url('bg_button.png') repeat-x top; */
	background-color: #2A6E54;
	margin-left: 1em;
	margin-right: 1em;
	padding: 2px 6px 0 6px;	
	font-size: 9pt;
	font-weight: bold;
	color: white;	
}

/* #dlg_button_close div {	background: url(button_close.png) no-repeat; } */
#dlg_button_yes div 	{	background: url(button_yes.png) no-repeat; }
#dlg_button_no div 	{	background: url(button_no.png) no-repeat; }
