@charset "UTF-8";
/* CSS Document */

<style type="text/css">

html, body, ul, p, h1, h2, h3, h4, h5, h6, table, tr, td, form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#4b4c4e;
	color:#000;
	font-size:12px;
	line-height:16px;
	}
	

#wrapper {
	position:relative;
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	margin:20px auto;
	padding:0;
	width:968px;
	height:470px;
	}
	
#errorWrapper {
	position:relative;
	background-image:url(images/errorBackground.gif);
	background-repeat:no-repeat;
	margin:20px auto;
	padding:0;
	width:968px;
	height:470px;
}
	
#header {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	height:190px;
	}

#zipForm {
	position:absolute;
	top:250px;
	left:485px;
	font-family:"HelveticaNeueLT Std";
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	z-index:100;
	}

.fieldZip {
	text-align:left;
	width:140px;
	height:20px;
	background-color:#FFFFFF;
	border:#000 solid 1px;
	margin:0;
	padding:0;
	display:inline;
	
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
	line-height:16px;
	padding:0 20px 0 20px;
	margin-bottom: 6px;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	padding:0 20px 6px 20px;
	margin-bottom: 4px;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:0 20px 0 20px;
	margin-bottom: 8px;
	}
	
.formCell {
	background-image:url(textCell.jpg);
	background-repeat:repeat-y;
	}
	
#footer {
	position:absolute;
	top:416px;

	left100px;
	font-family:"HelveticaNeueLT Std";
	font-weight:bold;
	color:#000;
	font-size:12px;
	line-height:16px;
	left: 34px;
	}
	
#getReader {
	position:absolute;
	top:310px;
	left:33px;
	margin:0;
	padding:0;
}
	
#footer a, #footer a:visited, #footer a:active, #footer a:hover {
	color: #D71920;
	} 

</style>
