/*popup calendar*/
.popup-calendar {
  position: absolute;
  border-collapse: collapse;
  background: #FFFFFF;
  border: 1px solid #ABABAB;
  display: none;
}

.prevmonth {
  background: url('images/arrowleftmonth.gif') top left no-repeat;
  width: 17px;
  height: 17px;
}

.nextmonth {
  background: url('images/arrowrightmonth.gif') top left no-repeat;
  width: 17px;
  height: 17px;
}
