﻿body, html 
{
	width:100%;
	height:100%;
	
	background-color:Black;
	color:White;
	
	margin:0; padding:0;
	text-align:center;
	font-family:Verdana;
}

#entrance_data
{
	display: none;
}

.fullpage
{
	position:absolute;
	left:0px; top:0px;
	width:100%; height:100%;
	text-align:center;
}

#container
{
	position:relative;
	width:744px;
	height:517px;
	background-image:url(images/ZipEntryBackground.jpg);
}

#ZipCodeControls
{
	position:relative;
	top:-214px;
	left:56px;		
}

#FooTextBox
{
	position:absolute;
	top:334px; left:396px;
	width:36px;
	color: White;
	background-color:Black;
	border: none;
}

#SubmitButton
{
	position:absolute;
	left:448px; top:332px;
	height:22px; width:22px;
	background-color:Transparent;
}

#legal
{
	font-size:9px;
	color: #666666;
}

a
{
	color: #666666;
	text-decoration:underline;
}

a:hover
{
	color: #FFFFFF;
	text-decoration:underline;	
}

.message-panel
{
	width:500px;
	height:300px;
	background-color:#666666;
	border: solid 1px White;
	overflow:hidden;
}

#error-popup
{
	position:relative; 
	width:400px; height:200px; 
	background-color:#d00000; 
	border:double 1px #ffffff;
}

#error-popup table
{
	position:relative;
	width:100%;
	height:100%;
}	