#search-zip {
	border-right: #fff 2px solid;
	margin: 10px 0 0 5px;
	width: 200px;
}
#search-town {
	width: 185px;
	margin: 10px 0 0 11px;
}
#search-town label {
	width: 80px;
}
#search-town input.button {
	margin-top: 27px;	
}
h2.zip {
	background: #0e4b7c url(./../images/zip-title.gif) no-repeat 12px 3px;
	border-bottom: 2px solid #000;
}
div.zip {
	background: #0268bb url(./../images/background-content.gif) no-repeat 30px 10px;
	padding-bottom: 25px;
}
div.zip fieldset {
	float: left;
}
div.zip legend {
	display: block;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}
div.zip ul, div.zip li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.zip li {
	margin: 6px 0;
}
div.zip li label {
	font-weight: normal;
	float: left;
	width: 100px;
	line-height: 16px;
}
div.info-zip {
	background-color: #2694ed;
	color: #fff;
	padding: 5px 11px;
	margin: 2px 0;
	font-size: 1.1em;
	line-height: 120%;
}
div.zip strong {
	margin: 0px 10px 0px 10px
}
div.zip table {
	width: 433px;
	margin: 0px 10px 0px 10px;;
}
div.zip table td, div.zip table th  {
	text-align: left;
	border-left: 1px #fff solid;
}
div.zip table .first  {
	border-left: none;
}
div.zip table th {
	border-bottom: 2px #ffff solid;
}
div.zip table tr:hover {
	background-color: #2694ed;
}

/*** IE-Hacks *********************************/
* html #search-town input.button {
	margin-top: 28px;	
}
* html div.zip li label {
	width: 85px;	
}
* html div.zip legend {
	margin: 0 0 0 -6px;	
}

