ul.fieldGroup input.timeInput {
  width: 75px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #669;
  border-right: none;
  height: 16px;
  vertical-align: middle;
}
.timeLaunch {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #fff url( time.png ) no-repeat center center;
  font-size: 12px;
  color: #000;
  background-color: #eee;
  border: 1px solid #669;
  border-left: none;
  width: 30px;
  height: 20px;
  vertical-align: middle;
}

.timeLaunch:hover {
  cursor: pointer;
  background-color: #0f0;
  cursor: pointer;
}

.timeBorder {
border: 1px solid black;
background-color: #FFFFFF;
padding: 2px;
float: left;
z-index: 1000;
position: absolute;
}

.hourBorder, .minuteBorder, .amPmBorder {
border: 1px solid black;
padding: 2px;
float: left;
}
.hour a {
  height: 20px;
  width: 30px;
  float: left;
  margin: 1px 1px 0px 1px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}

.hour a:hover {
  height: 20px;
  width: 30px;
  background-color: #0099CC;
  color: #FFFFFF;
  float: left;
  margin: 1px 1px 0px 1px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}
.hourSelected a, .hourSelected a:hover {
  height: 20px;
  width: 30px;
  background-color: #0066CC;
  color: #FFFFFF;
  margin: 1px 1px 0px 1px;
  float: left;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}

.minute a {
  height: 20px;
  width: 30px;
  background-color:#FFFFFF;
  text-align: center;
  float: left;
  margin: 1px 1px 0px 1px;
  text-decoration: none;
  font-weight: normal;
}

.minute a:hover {
  height: 20px;
  width: 30px;
  background-color: #0099CC;
  color: #FFFFFF;
  text-align: center;
  float: left;
  margin: 1px 1px 0px 1px;
  text-decoration: none;
  font-weight: normal;
}

.minuteSelected a, .minuteSelected a:hover {
  height: 20px;
  width: 30px;
  background-color: #0066CC;
  color: #FFFFFF;
  text-align: center;
  float: left;
  margin: 1px 1px 0px 1px;
  text-decoration: none;
  font-weight: normal;
}

.amPm a {
  height: 20px;
  width: 64px;
  padding: 1px 2px 0px 1px;
  background-color:#FFFFFF;
  text-align: center;
  float: left;
  margin: 1px 2px 1px 2px;
  text-decoration: none;
}

.amPm a:hover {
  background-color: #0099CC;
  color: #FFFFFF;
  text-align: center;
  float: left;
  margin: 1px 2px 1px 2px;
  text-decoration: none;
}

.amPmSelected a, .amPmSelected a:hover {
  height: 20px;
  width: 64px;
  padding: 1px 2px 0px 1px;
  background-color: #0066CC;
  color: #FFFFFF;
  text-align: center;
  float: left;
  margin: 1px 2px 1px 2px;
  text-decoration: none;
}

br { clear: both; } 

.hidden { display: none; visibility: hidden; }
