  /* custom message */
        div.AlertMsg {
            width: 302px; /* setting width of div*/
            height: 95px; /* setting height of div*/
            font: 12px Arial, Helvetica, sans-serif;
            color: #000000;
        }

        .AlertMsg, #AlertMsg {
            padding: 20px 40px 40px 40px;
            width: 576px;
            display: none;
            background: url(../images/white.png) no-repeat;
        }

        .AlertClose {
            background: url(../images/close.png) no-repeat;
            position: absolute;
            top: -4px;
            right: -2px;
            width: 35px;
            height: 35px;
            cursor: pointer;
        }
        
        .closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:7px;
	border:0 none;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#357EBD;
	border-radius: 3px;
	text-decoration:none;
}
        
       