.novalnet_loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/nn_loader.gif') 50% 50% no-repeat;
}

.nn_cc_overlay {
	position: fixed;
	width: 100% ! important;
	height: 100% ! important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	cursor: pointer;
}
