.jquery-simpledatepicker-datepicker {
  width: 13em;
  position: absolute;
  z-index: 999999;
  border: 1px inset #222;
  background-color: white;
  font-family: sans-serif;
}
.jquery-simpledatepicker-datepicker * {
  float: left;
  width: 14%;
  text-align: center;
  text-decoration: none;
}
.jquery-simpledatepicker-datepicker span {
  font-size: 0.8em;
  text-decoration: underline;
}
.jquery-simpledatepicker-preday,
.jquery-simpledatepicker-postday {
  color: #aaa;
}
.jquery-simpledatepicker-datepicker a {
  cursor: pointer;
}
.jquery-simpledatepicker-datepicker a:hover {
  background-color: #eee;
}
.jquery-simpledatepicker-datepickertoday {
  background-color: #ccc;
}
.jquery-simpledatepicker-datetxt {
  width: 70%;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.jquery-simpledatepicker-CalendarBut {
  width: 21px; height: 23px;
  background-image: url(Calendar.gif); 
  color: transparent;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
.jquery-simpledatepicker-CalendarCloseBut, .jquery-simpledatepicker-CalendarTodayBut {
  width: 50%;
  text-align: center; 
  font-size: 0.8em;
}
