body {
	background: black;
	padding: 0;
	margin: 0;
	border: none;
}

.hidden {
	visibility: hidden;
}

.show {
	visibility: visible;
}

#shade {
	background-image: url(images/shade.png);
	position: absolute;
	width: 100%;
	height: 100%;
}

#pop {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top:0px;
	left: 50%;
	margin-left: -262px;
	text-align: center;
	width: 525px;
}

#pop p {
	margin: 0;
	padding: 0;
}

#pop img {
	padding: 8px 0;
}

#pop table img {
	padding: 0;
}

#name {
	background: url(images/textbox.png);
	border: none;
	color: white;
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: bold;
	height: 25px;
	padding-left: 7px;
	width: 200px;
}

#phone {
	background: url(images/textbox.png);
	border: none;
	color: white;
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: bold;
	height: 25px;
	padding-left: 7px;
	width: 200px;
}

#email {
	background: url(images/textbox.png);
	border: none;
	color: white;
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: bold;
	height: 25px;
	padding-left: 7px;
	width: 200px;
}

#send {
	background: url(images/submit.png);
	border: none;
	cursor: pointer;
	height: 35px;
	width: 110px;
}

#close {
	text-align: right;
}

#close a {
	font-family: "Century Gothic";
	color: white;
	text-decoration: none;
}

#resLink {
	text-align: center;
	font-family: "Century Gothic";
	padding-top: 10px;
}

#resLink a:link {
	color: white;
}

#resLink a:visited {
	color: white;
}

#resLink a:hover {
	color: #0f1168;
}