﻿.airborne-fpOverlay {
	background-color: #666; /* background-image:url(/images/apple.png);*/
	display: none;
	padding: 15px;
	text-align: center;
	border: 2px solid #333; /*opacity:0.8; */
	-moz-border-radius: 6px; /* Specific to Mozilla */
	-webkit-border-radius: 6px; /* Specific to Safari */
	-moz-box-shadow: 0 0 50px #ccc; /* Specific to Mozilla */
	-webkit-box-shadow: 0 0 50px #ccc; /* Specific to Safari */
	z-index: 1000;
}

.airborne-fpOverlay .close {
	background : url(/Images/apple-close.png) left top no-repeat scroll transparent;
	position : absolute;
	right : -10px;
	top : -10px;
	cursor : pointer;
	height : 35px;
	width : 35px;
	z-index : 181;
	display : block;
} 


#blanket {
	width: 100%;
	height: 100%;
	background-color: #111111;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 80;
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE Specific */
	display: none;
}
