#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

#fadeAlert{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#fadeAlertCont{
    padding: 10px;
    position: relative;
    background-color: #fff;
    width: 450px;
    height: 150px;
    margin: 0 auto;
    display: block;
    text-align: left;
    border: 1px solid #CCC;
    font-size: 13px;
    }
#fadeAlertCont h2 {font-size: 15px;font-weight: bold; color: #663300; border-bottom: 1px solid #ADB500;}

