

/* GREEN SKIN */
/*
#02A20F - #05700E
*/

a{color:#02A20F!important;}
a:hover { color:#05700E;}

#clinic-finder form#clinic-finder-form label.editgmapaddress { color:#05700E;}
#clinic-finder #results ol li span.number {background:#02A20F;}
#clinic-finder #results ol li:hover {
  background: #E4FFE4;
  cursor: pointer;
  color: #000;
}

#clinic-finder #results ol li.noclick:hover {
  background-color: transparent;
  cursor: default;
  color: #333;
}
#clinic-finder #results ol li.active {
  background-color: #FDFFE4;
  border-left-color: #C1C1C1;
  border-right-color: #C1C1C1;
}
#clinic-finder .distance-units {
  background-color: #02A20F;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#02A20F), to(#05700E));
  background-image: -moz-linear-gradient(#02A20F 0%, #05700E 90%);
  text-shadow: rgba(0,0,0,0.34) -1px -1px 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: none;
  height:26px;
  float:right; margin:0px;	

}


/*blue button styling extends above generic button*/
#clinic-finder .button {
  background-color: #02A20F!important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#02A20F), to(#05700E))!important;
  background-image: -moz-linear-gradient(#02A20F 0%, #05700E 90%)!important;
  color: #fff!important;
  text-shadow: #0c2942 1px 1px 0!important;
}

#clinic-finder .button:active {
  background-color: #4485ce!important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#05700E), to(#02A20F))!important;
  background-image: -moz-linear-gradient(#05700E 0%, #02A20F 90%)!important;
  color: #fffeff!important;
  text-shadow: #0c2942 1px 1px 0!important;
}


.btn-Finder { padding:10px 10px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #02A20F;
  *background-color: #02A20F;
  background-image: -moz-linear-gradient(top, #02A20F, #05700E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02A20F), to(#05700E));
  background-image: -webkit-linear-gradient(top, #02A20F, #05700E);
  background-image: -o-linear-gradient(top, #02A20F, #05700E);
  background-image: linear-gradient(to bottom, #02A20F, #05700E);
  background-repeat: repeat-x;
  border-color: #05700E #05700E #05700E;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff05700E', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-Finder:hover,
.btn-Finder:focus,
.btn-Finder:active,
.btn-Finder.active,
.btn-Finder.disabled,
.btn-Finder[disabled] {
  color: #ffffff;
  background-color: #05700E;
  *background-color: #05700E;
}

.btn-Finder:active,
.btn-Finder.active {
  background-color: #05700E \9;
}















