
#lastywin2{
	position: absolute;
	width: 760px;
	height: auto;
	border-radius: 8px;	border:solid 1px #4d6f75;
	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);
	background-color: #0c1011;	
	background-image: url(../img/bg-wni-content.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 90100; 
	display: none;
	margin-left: -380px;
	min-height: 100px;
}
#lastywin2bg{	position: fixed;	width: 100%;	height: 100%;	left: 0;	top: 0;	background-color: Black;		z-index: 90099;display: none;opacity:.65;}

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


#lastywinheader2{border-bottom: 0px solid #00aeef;	
	margin-bottom: 10px;
	/*background-color: #1e3d46;	*/
	background-color: rgba(28,95,114,0.7);
	margin: 0px;	padding: 15px 25px;	height: 55px;border-radius: 8px 8px 0px 0px;
}
#lastywinheader2 h3{
	width: 80%;	float: left;font-size:16px;	margin: 0px;	padding: 0px 0px 0px 0px;	color: white;
}

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

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