﻿html, body, form
{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffd900;
	font-family: Trebuchet MS;
	color: #511b00;
}
html
{
	background-color: #fff;
}
form
{
	background-color: Transparent;
}
a, a:hover, a:visited
{
	color: #511b00;
}
.zipText
{
	border: none;
	width: 98px;
	height: 18px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #b9a499;
	margin: 0 0 18px 20px;
	text-align: center;
}

.txtZip
{
	border: none;
	width: 98px;
	height: 18px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #b9a499;
	text-align: center;
	position: relative;
	top: 11px;
	left: 312px;
}
.btnZip
{
	position: relative;
	top: 22px;
	left: 308px;
}
.litText
{
	font-size: 13.61px;
	text-align: center;
}

