/*.customAlert{ 
	background: none repeat scroll 0 0 #EEF2F7;
	border: 1px solid #536376;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	display: none;
	padding: 14px 22px;
	position: relative;
	width: 400px;
	position:relative;
}

.close-customAlert{
    background:url("img/dialog_close_button.png");
    display: block;
    height: 20px;
    line-height: 1000px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
	cursor:pointer;
}	*/