﻿#returncontainer {
	visibility:visible;
	position: fixed;
	margin: 0 auto;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index:998;
}

#mask {
	visibility:visible;
	position: fixed;
	margin: 0 auto;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	opacity:.5;
	z-index:997;
	
}

#return {
	position: relative;
	display:block;
	margin: 0 auto;
	padding:30px;
	top:100px;
	width:50%;
	max-width: 600px;
	height:auto;
	background-color:#346D7E;
	z-index: 999;
}

#return p {
	text-align: center;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}

#return a:link {
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
}

#return a:hover {
	color: #CCCCCC;
}

#return img {
	display: block;
	margin: 0 auto;
	width:45%;
	max-width:306px;
}

@media only screen and (max-width:1024px) {
	#return {
		width: 70%;
	}
}

@media only screen and (max-width:400px) {
	#return {
		width:90%;
	}
}

.homebutton {
	text-transform:uppercase;
	font-size:18px;
	color:#ffffff;
}

