.bq-loading-screen {
	z-index: 1000;
	filter: none;
	opacity: 0.6;
	background-color: white;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#loading_screen{
	position: fixed;
    z-index: 1150;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    width: 44px;
    height: 44px;
}

.form_note{
	display: none;
}
.callback-popup .form_note {
	text-align: center;
}