.smartlet-modal {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #e7e7e7;
	z-index: 1;
	opacity: 0.7;
}
.smartlet-modal-container {
	position: absolute;
	width: 99%; 
	height: 670px;
	top: 30px;
	left: 1%;
	background: #fff;
	z-index: 2;
	overflow: visible; 
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.smartlet-modal-close {
	position: absolute;
	top: -25px;
	right: 0;
	cursor: pointer;
}
@media only screen and (min-width: 500px) {
	.smartlet-modal-container {
		top: 100px;
		left: 50%;
		margin-left: -250px;
		max-width: 500px;
	}
	.smartlet-modal-close {
		top: -25px;
		right: -25px;
	}
}
