	HTML,BODY{
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		margin:0px;
	}
	A, A:VISITED {
		color: blue;
	}
	INPUT {
		font-size: 11px;
		border: 1px solid black;
	}
	SELECT {
		font-size: 11px;
		border: 1px solid black;
	}
	#dealerLocatorHeaderImage {
		background: url(/DealerLocator/images/header.png);
		height: 85px;
		width: 449px;
		float: left;
	}
	#dealerLocatorHeaderBg {
		background: url(/DealerLocator/images/hdrbg.png);
		background-repeat: repeat-x;
		height: 85px;
	}
	#searchForm {
    	background-color: #D4E3F2;
    	width:760px;
    }
    #zipSearchForm {
    	float: left;
    	text-align:right;
    	margin:7px;
    }
    #orSeparator{
    	margin-top:40px;
    	margin-left: 4px;
    	margin-right: 4px;
    	vertical-align: middle;
    	float:left;
    }
    #addressSearchForm {
    	text-align:right;
    	margin:7px;
    }
    #companyInfo {
    	width:220px;
    	overflow:auto;
    	float: left;
    }
    .companyInfoItem{
    	border-top: 1px solid #D0D0D0;
	}
    .dealerInfoBox_display {
    	background-color: #FFFFCC;	
    }
    .dealerInfoBox_hidden {
    	background: none;
    }
    #map {
    }
    SPAN.inputLabel {
    }
    .icon {
    	vertical-align: middle;
    	cursor: pointer;
    }
    DIV.findButton {
    	text-align: right;
    }
    DIV.searchResults {
    	font-size: 12px;
    }
    .highlight {
    	font-weight: bold;
    	background-color: #D4E3F2;
    	border-top: 1px solid #D0D0D0;
    }
    .noHighlight {
    	background-color: none;
    	border-top: 1px solid #D0D0D0;
    }
    