﻿span.datepicker {
  position: relative;
}
span.datepicker:after {
  background: url(../img/calendar.png) no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  content: " ";
  position: absolute;
  right: 1px;
  top: 1px;
}
/*# sourceMappingURL=datepicker.css.map */