#dialog {
	position:absolute; 
	width:545px; 
	padding:10px; 
	z-index:200; 
	background: #fff url(../images/dial_back.png) bottom left repeat-x;
	}
	
#dialog-header {
	display:block;
	position:relative; 
	width:514px; 
	padding:0px 16px 7px 0px; 
	height:18px; 
	font-size:14px; 
	font-weight:bold
	}
	
#dialog-title {
	float:left
	}
	
#dialog-close {
	cursor:pointer; 
	height:25px; 
	width:25px; 
	background: white url(../images/cancel_button.png) no-repeat;
	margin-right:-20px;
	position:absolute;
	right:0px;
	}
	
#dialog-content {
	display:block; 
	height:auto; 
	padding:16px; 
	color:#666666; 
	font-size:13px
	}
	
#dialog-mask {
	position:absolute; 
	top:0; 
	left:0; 
	min-height:100%; 
	width:100%; 
	background:gray; 
	opacity:.75; 
	filter:alpha(opacity=75); 
	z-index:100
	}
	
.error {
	background:#c4e1c4; 
	border-bottom:1px solid #7dba7d; 
	border-top:none
	}
	
.errorheader {
	color:#66a766; 
	border:none; 
	border-bottom:none;
	margin-bottom: 10px;
	}

