
.zipcodeinput
{
	font-family:arial,sans-serif;
	border: none;
	width: 105px;
	/* height: 22px; */
	background: none;
	font-size: 10px;
	color: #333;
	text-align: center;
	/*border-width:0;
	outline:none; */
	margin: 6px 0 0 10px;
}
.zipcodeinput:focus{
	font-family:arial,sans-serif;
	border: 1px solid red;
	width: 105px;
	/* height: 22px; */
	background: none;
	font-size: 10px;
	color: #333;
	text-align: center;
	border-style:none;
	/*border-width:0;*/
	outline:none; 
	border-width:0;
	margin: 6px 0 0 10px;
}
.zipcodesearchbox
{
	width: 125px;
	height: 30px;
	background: url(../graphics/inputbox.jpg) no-repeat;
	position:relative;
	border:0;
}
.ordermessage
{
	font-family:arial,sans-serif;
	font-size:10px;
	color:#999999;
	font-style:italic;
	font-weight:bold;
	padding-left:20px;
}

.showalldealers
{
	font-family:arial,sans-serif;
	color:#FF6633;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding:5px;
}
.zipcodesearchlinkbox
{
	padding:5px;
	border:0;
}




