/* 選擇日期樣式 */
#datechooser {
  position: absolute;
  display: none;
  visibility: hidden;
  width: 192px;
  background-color: #eee;
  border: 2px outset #aaa;
  text-align: center;
  padding: 5px;
  font-size: 12px;
  z-index: 100;
}
#datechooser #emptyframe {
  position: absolute;
  background-color: #eee;
  top: 0px; 
  left: -7px; 
  z-index: -1; 
  border: 2px solid #eee;
}
#gettoday {
  font-size: 12px;
  width: 36px;
}
#month {
  font-size: 12px;
}
#lastyear, #nextyear {
  font-size: 12px;
  width: 24px;
}
#year {
  font-size: 12px;
  text-align:center;
}
table#calendar {
  background-color: #ffe;
}
table#calendar td {
  font-size: 12px;
  text-align: center;
  border: 1px solid black;
  border-collapse: collapse;
}
.daycell {
  font-size: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.day {
  font-size: 12px;
  width: 24px;
  height: 24px;
  margin: 0;
}
