#dialog
{
    position: absolute;
    width: 525px;
    padding: 10px;
    z-index: 200;
    background: #fff;
}
#dialog-header
{
    display: block;
    position: relative;
    width: 511px;
    padding: 3px 6px 7px;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
}
#dialog-title
{
    float: left;
}
#dialog-close
{
    float: right;
    cursor: pointer;
    margin: 3px 3px 0 0;
    height: 14px;
    width: 14px;
    background: url(images/CloseDialogue.gif) no-repeat;
}
#dialog-content
{
	display: block;
	height: 160px;
	padding: 6px;
	color: #000000;
	font-size: 12px;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#dialog-mask
{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: #FFF;
    opacity: .75;
    filter: alpha(opacity=85);
    z-index: 100;
}
.dialog_error
{
    background: #fff url(images/error_bg.jpg) bottom right no-repeat;
    border: 1px solid #924949;
    border-top: none;
}
.dialog_errorheader
{
    background: url(images/error_header.gif) repeat-x;
    color: #6f2c2c;
    border: 1px solid #924949;
    border-bottom: none;
}
.dialog_warning
{
	border: 1px solid #c5a524;
	border-top: none;
	background-color: #fff;
	background-image: url(images/WarningTriangle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.dialog_warningheader
{
	background: url(images/warning_header.gif) repeat-x;
	color: #000000;
	border: 1px solid #c5a524;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.dialog_success
{
    background: #fff url(images/success_bg.jpg) bottom right no-repeat;
    border: 1px solid #60a174;
    border-top: none;
}
.dialog_successheader
{
    background: url(images/success_header.gif) repeat-x;
    color: #3c7f51;
    border: 1px solid #60a174;
    border-bottom: none;
}
.dialog_prompt
{
    background: #fff url(images/prompt_bg.jpg) bottom right no-repeat;
    border: 1px solid #4f6d81;
    border-top: none;
}
.dialog_promptheader
{
	background: url(images/warning_header.gif) repeat-x;
	color: #000000;
	border: 1px solid #4f6d81;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.dialog_link
{
    display: block;
    padding: 5px 15px 5px 15px;
    margin: 0 15px 0 15px;
    border: 1px solid black;
    background-color: White;
    color: Black;
    text-decoration: none;
}
.dialog_link:hover
{
    background-color: Silver;
    color: Black;
    text-decoration: none;
}

