#backgroundalertPopup {
    background: none repeat scroll 0 0 #0b0b0b;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
#alertPopup {
	/*border: 8px solid #007398;*/
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #000000;
    display: none;
    font-size: 14px;
    left: 65%;
    margin-left: -400px;
    position: fixed;
    top: 30%;
    width: 450px;
   	height: 160px;
    z-index: 999;
   
}
div.alertloader {
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 40%;
    width: 32px;
    z-index: 999;
}
div.alertcloseicon{
    background: url(../images/close_icon.jpg) no-repeat 0 0;
    cursor: pointer;
    float: right;
    height: 30px;
    bottom:0px;
    position: relative;
    width: 30px;
}
span.alertecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: -20px;
    width: 93px;
}
span.alertarrow {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#alertpopup_content {
    margin: 50px 20px;
	font-size:bold 13px/16px Arial;
	color:#007398;
}

#PopupalertForm .alert_btn{background:#007398; border:none; color:#fff; font-size:15px; padding:6px 20px; margin-left: 10px;margin-top: 60px;}

