#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 0px;
	
	padding: 4px;
	
	background: url('/images/close.png') no-repeat center right;
	/*float: right;*/
	
	cursor: pointer;
	
	color: #79A1D5;
	
	font-weight: bold;
	
	line-height: 24px;
}
