.bt-body {
	margin: 0;
	width: 100%;
	min-height: 100%;
	overflow-y: auto;
}
.bt-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.bt-popup-ext {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	min-height: 100%;
}
.bt-popup {
	margin: 10% auto 0 auto;
	border-radius: 16px;
	width: 640px;
	background-color: #fff;
	padding: 16px;
	line-height: 1.2em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.bt-popup h1 {
	color: #01467f;
	font-weight: normal;
	border-bottom: 2px solid #ddd;
	font-size: 2em;
	font-variant: small-caps;
	margin: 16px;
	letter-spacing: -1px;
	padding-bottom: 8px;
}
.bt-popup .clearfix {
	clear: both;
	display: block;
}
.bt-popup a {
	color: #0062c6;
}
.bt-popup a:hover {
	color: #df7401;
}
.bt-popup p {
	margin: 8px 16px;
}
.bt-popup p.centra {
	text-align: center;
}
.bt-popup p.negativo {
	color: #c00000;
}
.bt-popup p.lanci {
	margin-top: 16px;
}
.bt-popup p.lanci > a {
	float: left;
	display: inline-block;
	width: 19.99%;
}
.bt-popup p.lanci > a > span {
	display: block;
}
.bt-popup p.lancio {
	margin-top: 32px;
	border-top: 2px #ddd solid;
	padding-top: 10px;
}
.bt-popup img {
	border: 0;
}