/*==============Alert box code================*/
.overlay {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	background:url(../elements/structure/overlay_blk.png) repeat;
	z-index:1002 !important;
	display:none;
}
.alert_wrap {
	position:fixed;
	width:500px;
	top:50%;
	left:50%;
	margin:-125px 0 0 -250px;
	z-index:2000;
	display:none;
}
.close_alert {
	position:absolute;
	top:-20px;
	right:-20px;
	cursor:pointer;
}
.msgsuccess, .msgerror {
	padding:20px;
	font-size:14px;
	line-height:20px;
	min-height:64px;
	text-align:left;
	background:#f3eee6;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #000;
	display:none;
}


.note_icon {
	float:left;
	margin:0 10px 0 0;
}
/*============Generic centre page loader icon================*/
.loader, .loader_icon, .loader_bg{
	width:50px;
	height:50px;
}
.loader {
	position:fixed;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	display:none;
}
.loader_icon, .loader_bg {
	position:absolute;
	top:0;
	left:0;
	}
.loader_icon {
	background:url(../elements/loaders/swirl_x.gif) center no-repeat;
}
.loader_bg {
	background:#000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	left:0;opacity:0.7;
	filter: alpha(opacity = 70);
	
}

@media only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (-moz-min-device-pixel-ratio : 2) {
.loader_icon {
	background:url(../elements/loaders/swirl_2x.gif) center no-repeat;
	background-size: 30px 30px;
}
}
