#leadForm {
    position: relative;
}
#leadForm #searchOverlay {
    left: 0;
    position: absolute;
    text-align: center;
    top: 65px !important;
    width: 362px;
    z-index: 101;
	}
#leadForm #searchOverlay #zip {
    margin: auto;
    text-align: center;
    width: 60px;
}
#leadForm #searchOverlay div.search-form-overlay {
    background-color: #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background-color:#AAA;
	filter:alpha(opacity=80);
	opacity:.80 
}

#leadForm div.form-overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background-color:#AAA;
	filter:alpha(opacity=80);
	opacity:.80 

}
input.first-search {
    width: 110px !important;
    padding: 5px !important;
    font-size: 18px !important;
}
#searchOverlay label{
	font-size:14px;
}