/************COMMON********/
.bb-alert {
   	bottom: 72%; 
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    position: fixed;
    right: 0;
    z-index: 9999999 !important;
	opacity: 1 !important;
	width: auto;
	min-width: 300px;
    /*width: 300px;*/
}
.err-msg
{
    bottom: 72%; 
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 1em 1.3em;
    position: fixed;
    right: 0;
    z-index: 9999999 !important;
	opacity: 1 !important;
    /*width: 300px;*/
	width: auto;
	min-width: 300px;    
}

#common_loader{
	z-index: 9999;	
	position: absolute;
	float:right;
	top: 200px;	
	left: 50%;
}
