sold|SOLD|SVG|circle4|20|20|red|red|red
reserved|Reserved|SVG|circle4|20|20|black|white|black

svg.white text, svg.red text, svg.white text { fill:#ffffff; }
svg.green text { fill:#000000; }

svg.green path,  svg.green circle   { fill: #ddd7c7; stroke-width: 2px; stroke: #ddd7c7; }
svg.gold path,  svg.gold circle   { fill: #ab876c; stroke-width: 2px; stroke: #ab876c; }
svg.red path,  svg.red circle   { fill: #9d663d; stroke-width: 2px; stroke: #9d663d; }
svg.black path,  svg.black circle   { fill: #8ea3a8; stroke-width: 2px; stroke: #8ea3a8; }


.co2maps_rollover_box .green,    .co2maps_gallery_box .green,          .eplatmap_lot_status_avail, .eplatmap_lot_status_greenhouse { color: #ddd7c7; }
.co2maps_rollover_box .gold,    .co2maps_gallery_box .gold,          .eplatmap_lot_status_uc, .eplatmap_lot_status_goldhouse { color: #ab876c; }
.co2maps_rollover_box .red,    .co2maps_gallery_box .red,          .eplatmap_lot_status_sold, { color: #9d663d; }
.co2maps_rollover_box .black,    .co2maps_gallery_box .black,          .eplatmap_lot_status_lot { color: #8ea3a8; }





#eplatmaps-contact h1 { color: #9d663d;}
#eplatmaps-contact label { color: #9d663d;}
#eplatmaps-contact .input { color: #9d663d;}
#eplatmaps-contact textarea { color: #9d663d;}

#eplatmaps-contact .input[type="text"]::placeholder { color: #9d663d; }
#eplatmaps-contact textarea::placeholder { color: #9d663d }
#eplatmaps-contact .button { color:#9d663d;}
#eplatmaps-zoom .eplatmaps-zoom-desc { color: #9d663d; }
