
#content
{
	padding: 20px;
}
#dialog
{
	background: #fff;
	padding: 0px;
	position: absolute;
	width: 425px;
	z-index: 200;
}
#dialog-header
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	padding: 6px 6px 6px;
	position: relative;
	width: 411px;
	color: #fff;
}
#dialog-title
{
	float: left;
}
#dialog-close
{
	background: url(images/dialog_close.gif) no-repeat;
	cursor: pointer;
	float: right;
	height: 11px;
	margin: 3px 3px 0 0;
	width: 11px;
}
#dialog-content
{
	color: #666666;
	display: block;
	font-size: 13px;
	height: 160px;
	padding: 6px 6px 6px 20px;
}
#dialog-mask
{
	background: #000;
	filter: alpha(opacity=75);
	left: 0;
	min-height: 100%;
	opacity: .75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.errorFOO
{
	background: #fff url(images/error_bg.jpg) bottom right no-repeat;
	border: 1px solid #924949;
	border-top: none;
}
.errorheader
{
	background: url(images/error_header.gif) repeat-x;
	border: 1px solid #924949;
	border-bottom: none;
	color: #6f2c2c;
}
.warning
{
	background: #fff url(images/warning_bg.jpg) bottom right no-repeat;
	border: 1px solid #c5a524;
	border-top: none;
}
.warningheader
{
	background: url(images/warning_header.gif) repeat-x;
	border: 1px solid #c5a524;
	border-bottom: none;
	color: #957c17;
}
.success
{
	background: #fff url(images/success_bg.jpg) bottom right no-repeat;
	border: 1px solid #60a174;
	border-top: none;
}
.successheader
{
	background: url(images/success_header.gif) repeat-x;
	border: 1px solid #60a174;
	border-bottom: none;
	color: #3c7f51;
}
.prompt
{
	background: #fff url(images/prompt_bg.jpg) bottom right no-repeat;
	border: 0px solid #000;
	border-top: none;
}
.promptheader
{
	background: #333;
	border: 1px solid #333;
	border-bottom: none;
	color: #355468;
}