#over {
        background: none repeat scroll 0 0 #000000;
        height: 100%;
        left: 0;
        margin: 0;
        opacity: 0.6;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000000;
}
#fancybox-overlay {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #777777;
	opacity: 0.7;
}
#panelOuterDiv{
position: absolute; top:200px; z-index: 1000; right: 30%;
width: 700px; height: 235px; padding:5px; border:2px solid #ff9900; background:#FFFFFF;
}
#citySelectBlock{
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #999999;
        display: none;
        height: 210px;
        left: 30%;
        margin-top: 15px;
        padding-bottom: 5px;
        position: fixed;
        width: 750px;
        z-index: 10000000;
}
#closeBtn{ width:100%; text-align:right;}
#SearchAlertSaveBlock{
        background: none repeat scroll 0 0 #FFFFFF;        
        border-radius:5px;
        display: none;
        position: fixed;
        width: 750px;
        left:25%;
        z-index: 10000000;        
}
/*style for dynamic DIVs in dashboard pages for sprice*/
.sprice_content{
position: absolute;z-index: 1000; 
width: 450px;height:220;padding:5px;border:2px solid #ff9900; background:#FFFFFF;display: none;padding:5px;
}

/*style for employer job categories*/
.employer_jobs{
position: absolute;z-index: 1000; 
width: 250px;height:220;padding:5px;border:2px solid #ff9900; background:#FFFFFF;display: none;padding:5px;
}
/* style for search alert save popup */
.popup_outer{float:left;width:750px;padding-bottom:0px;height: auto;}
.popup_outer .popup_header{float:left;width:750px;background:#eff0f1;height:27px;position:relative;padding-top:13px;border-radius:5px 5px 0px 0px;}
.popup_outer .popup_header span{color:#000;font-size:23px;line-height:12px;*line-height:44px;padding-left:22px;font-weight:normal;}
.popup_outer .popup_header .popup_close{position:absolute;right:8px;bottom:17px;top:5px;cursor:pointer;}
.popup_outer .popup_content{float:left;width:706px;padding:14px 0px 14px 45px;margin-right:5px;}
.popup_outer .popup_content p{font-size:18px;padding-bottom:10px;}
.popup_outer span{font-size:14px;float:left;line-height:25px;padding-right:10px;}
.popup_outer .submit_btn{width:270px;height:28px;background:#f9a02a;border-radius:5px;text-align:center;font-size:16px;width:88px;border:none;cursor:pointer;vertical-align:middle;margin:0 10px;font-weight:bold;color:#000;}
.popup_outer .cancel{text-decoration:none;color:#0066dd;font-size:10px;vertical-align:bottom;}
/* style for search alert save popup - END*/