/* CSS Document */
@import url("maxpopup.css");
.clear {
	clear:both;
	height:1px;
	line-height:1px;
	overflow:hidden;
}
#offer-overlay {
	top:0;
	left:0;
	position:fixed;
	background-color:#000;
	background-color:rgba(0,0,0,.7);
	width:100%;
	height:100%;
	z-index:999999999;
	display:table;
}
#offer-back {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%;
	padding:10px;
	box-sizing:border-box;
}
#offer {
	width:665px;
	background-color:#FFF;
	padding:0 30px 10px 30px;
	margin:0 auto;
	border:2px solid #999;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow:10px 10px 20px rgba(0,0,0,.5);
	text-align:left;
	position:relative;
}
#offer-left {
	float:left;
	display:inline-block;
	text-align:center;
	margin-right:20px;
	margin-bottom:10px;
}
#offer h2 {
	color:#D00;
	line-height:normal;
	font-size: 28px;
}
#offer h3 {
	color:#333;
	text-transform:none;
	font-size:18px;
}
#offer-button img{
	margin:20px auto 0 auto;
	display:block;
}
#offer-close {
	position:absolute;
	float:right;
	background-color:#333;
	color:#FFF;
	font-weight:bold;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border:2px solid #FFF;
	right:-10px;
	top:-10px;
	font-size:15px;
	text-align:center;
	line-height:24px;
	width:26px;
	height:26px;
	display:block;
	box-sizing:border-box;
}
#offer-close:hover {
	background-color:#999;
}
#preload {
	visibility:hidden;
	overflow:hidden;
	height:1px;
	width:1px;
	z-index:-100;
	position:absolute;
}
.product-slash {
	color:#999;
	text-decoration:line-through;
}
.product-slash:before,.product-slash:after {
	content:'  ';
}
/* SURVEY */
#survey {
	font-size:16px;
}
#survey textarea {
	width:100%;
	border:1px solid #AAA;
	margin-top:6px;
	font-size:16px;
	padding:3px;
	margin-bottom:20px;
	resize:none;
}
#survey input[type=text] {
	width:100%;
	border:1px solid #AAA;
	margin-top:3px;
	font-size:16px;
	padding:3px;
	margin-bottom:20px;
}
#survey input[type=submit] {
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border:none;
}
#survey input[type=submit]:hover {
	cursor: pointer;
}