#dialog
{
	position: absolute;
	z-index: 200;
	border: 1px solid #777;
	overflow: auto;
	background-color: #FFF;
}
#dialog-header
{
	overflow: auto;
	position: relative;
	background-color: #BBB;
	font-weight: bold;
}
#dialog-title
{
	float:left;
}
#dialog-close
{
	float:right; 
	cursor:pointer; 
	margin: 4px 0 0 0; 
	height:11px; 
	width:11px; 
	background:url(./img/close.gif) no-repeat;
}
#dialog-content
{
	display:block;
}
#dialog-content-inner
{
	min-height: 35px;
}
#dialog-mask
{
	position: fixed; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	background:#FFF; 
	z-index:100;
	cursor:wait;
}

#dialog-button-container
{
	text-align: right;
	overflow: hidden;
}
#dialog-button-container a
{
	padding: 5px 15px 5px 15px;
	margin-left: 10px;
	background-color: #BBB;
	color: #FFF;
	border: 1px solid #777;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}
#dialog-button-container a:hover
{
	background-color: #999;
}
#dialog-button { font-weight:bold; font-size:1.1em; font-family:Arial, sans-serif; padding:2px 5px 2px 5px; }
div#dialog-header,
div#dialog-content,
div#dialog-button-container
{
	padding: 10px;
}


.error1 {background:#fff url(../img/jquery.modaldialog/e_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
.errorheader {background:url(../img/jquery.modaldialog/e_hd.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.errorbutton { background-color:#9F4C4C; border:1px solid #924949; color:#fff; }
.warning {background:#fff url(../img/jquery.modaldialog/w_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.warningheader {background:url(../img/jquery.modaldialog/w_hd.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.warningbutton { background-color:#eFcC47; border:1px solid #957C17; color:#957C17; }
.success {background:#fff url(../img/jquery.modaldialog/s_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
.successheader {background:url(../img/jquery.modaldialog/s_hd.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.successbutton { background-color:#3c7f51; border:1px solid #fff; color:#fff; }
.prompt {background:#fff url(../img/jquery.modaldialog/p_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
.promptheader {background:url(../img/jquery.modaldialog/p_hd.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}
.promptbutton { background-color:#4F6D81; border:1px solid #fff; color:#fff; }

