
#lastywin2{
	position: absolute;
	width: 676px;
	height: auto;
	left: 50%;	top: 25%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b2b2b2;
	background-color: White;
	z-index: 190000;
	display: none;
	margin-left: -338px;
	min-height: 100px;
}

@media only screen and (max-width: 700px) {
#lastywin2{	width: 96%;	position: absolute;	left: 0%;	top: 5%;	margin: 0px 2% 0px 2%;}
}


#lastywinheader2{	border-bottom: 1px solid #b2b2b2;	margin-bottom: 10px;	background-color: #f6f7f9;	margin: 0px;	padding: 7px 15px;	height: 30px;}
#lastywinheader2 h3{	width: 80%;	float: left;	margin: 0px;	padding: 0px;	color: #292929;}

a#lastywinclose2{	background: transparent url(../img/icon-close.png) no-repeat top;	width: 30px;	height: 30px;	opacity: .4;	cursor: pointer;	display: block;	float: right;}
a#lastywinclose2:hover{	opacity: 1;}

.lastywincontent2{	clear: both;	padding: 5px 20px 15px 20px;}
