/* datetime.css */

form div.date, form div.datetime, form div.time {
  clear: none;
  position: relative;
  width: 730px;
  margin: 0;
  padding: 0;
}

div.result div.body form div.date {
  width: 698px;
  border-width: 0;
  border-style: none;
}

form div.datetime div.date, form div.datetime div.time {
  float: left;
  width: 150px;
}

form div.datetime div.date input.inputText, form div.datetime div.time input.inputText {
  width: 150px;
}

form div.date small, form div.time small, form div.datetime div small {
  width: auto;
  margin: 0 0 0 205px;
}

form div input.inputDate {
  padding-left: 22px;
}

form div button.buttonDate {
  width: 16px;
  height: 16px;
  padding: 0;
  font-size: 80%;
  font-family: marlett;
  position: absolute;
  top: 3px;
  left: 206px;
  color: #000000;
  border-width: 0;
  border-style: none;
  background-image: url(/images/calendar.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

form div input.inputTime {

}

form div button.buttonTime {
  width: 1.7em;
  height: 1.7em;
  padding: 0;
  font-size: 80%;
  font-family: marlett;
  position: absolute;
  top: 3px;
  right: 1px;
  color: #000000;
}

form div button.buttonTime {
  display: none;
}