@charset "utf-8";
/* CSS Document */
a#overlaylaunch-inAbox {
	display: block;
	padding: 40px;
	margin: 40px;
	background-color: #FFF;
	font-size: 1.6em;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
#overlay-inAbox .wrapper {
	text-align: center;
}
/* More important stuff */

.overlay, #overlay-shade {
	display: none;
}
#overlay-shade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #DDD;
}
.overlay {
	position: absolute;
	top: -300px;
	left: 0;
	width: 700px;
	min-height: 400px;
	height:auto;
	z-index: 10000;
	background-color:transparent;
	border:none;
	color: #fff;
	box-shadow:none;
}
.ie7 .overlay {
	height: 200px;
}
.overlay .wrapper {
	padding: 15px 30px 30px;
}
.overlay .toolbar {
	display:none;
	padding: 8px;
	line-height: 1;
	text-align: right;
	overflow: hidden;
}
.overlay .toolbar a.close {
	display: inline-block;
 *display: inline;
	zoom: 1;
	padding: 0 8px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	color: #999999;
	background-color: #515151;
}
.overlay .toolbar a.close span {
	color: #818181;
}
.overlay .toolbar a.close:hover,  .overlay .toolbar a.close:hover span {
	background-color: #b90900;
	color: #fff;
}
