#custom_alert {
	position: absolute;
	width: 400px;
	
	background-color: #fff;
	
	border: 2px solid #79A1D5;
	
	padding: 12px;
	
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	
	box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888888;
}

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

#alert_header {
	height: 22px;
	width: 22px;
	
	margin: 0px 0px 6px 6px;
	
	background: url('/images/close.png') no-repeat;
	float: right;
	
	cursor: pointer;
}