#custom_alert {
	position: absolute;
	width: 400px;
	
	background-color: #fff;
	
	border: 4px solid #b5111b;
	
	padding: 8px;
	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	
	-moz-box-shadow: 1px 1px 5px #777;
	-webkit-box-shadow: 1px 1px 5px #777;
	box-shadow: 1px 1px 5px #777;
	
	z-index: 777;
}

#custom_alert div {
	font-size: 14px;
}

#alert_header {
	height: 18px;

	padding-bottom: 8px;
	margin-bottom: 8px;
	
	background: url('/staticfiles/toolbox/images/close-1.png') no-repeat right top;
	
	line-height: 18px;
	
	cursor: pointer;
	
	font-size: 14px;
	font-weight: bold;
	
	border-bottom: 1px solid #333;
}