
#zipcheck h3 {
  background: #8DC63F url("../../images/layout/box_pixels.gif") repeat-x 0 0;
  height: 26px;
  color: #FFF;
  padding: 0 1px;
}

#zipcheck h3 strong {
  background: #8DC63F;
  display: block;
  padding: 5px;
}

#zipcheck-content {
  border: 1px solid #DDD;
  border-top: 0;
  padding: 5px;
}

#zipcheck label {
  padding-right: 10px;
  float: left;
  display: block;
  line-height: 23px;
  cursor: pointer;
}

#zipcode {
  width: 240px;
  height: 18px;
  text-transform: uppercase;
}

#zipinputarea {
  float: left;
}

#zipbuttonarea {
  float: left;
}

#zipexample {
  color: #999;
  font-style: italic;
  padding: 5px 0 0 80px;
  clear: left;
}

#zipCodeList {
  height: 250px;
  overflow: auto;
  padding: 5px;
}

#zipCodeList img {
  cursor: pointer;
}

#zipCodeList th {
  width: 110px;
  text-align: left;
  font-size: 12px;
}

#zipCodeList input,
#emergencyRoomId input {
  width: 100px;
}

#emergencyRoomId {
  padding: 5px;
}

#popupwindow fieldset {
  margin-top: 10px;
}

#emergencyRoomId label {
  width: 110px;
}

#zipinputerror
{
  color: #004A80;
  font-weight: bold;

  border: 3px solid #8DC63F;
  padding: 5px;
  margin-bottom: 10px;
}
