#tb-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.tb-modal-outer {
  position: fixed;
  top: 20%;
  left: 50%;
  background: #fff;
  width: 500px;
  margin-left: -258px;
  border: 8px solid #f10911;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  z-index: 110;
  display: none;
}

.tb-modal {
  position: relative;
  padding: 30px;
  float: left;
  width: 440px;
}

.tb-close-button {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: -22px;
  right: -22px;
  background: url('close.png');
  cursor: pointer;
}

.tb-modal-left {
  float: left;
  width: 210px;
}

.tb-modal-right {
  float: right;
  width: 210px;
}

.tb-modal h3 {
  color: #f10911;
  font-family: gibson, sans-serif;
  margin-bottom: 15px;
  font-weight: normal;
}

.modal-links {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.modal-links a,
.tb-modal .form-actions input {
  border: none;
  background: #f10911;
  padding: 8px 12px 7px;
  color: #fff;
  font-family: gibson, sans-serif;
  margin-right: 10px;
}

.tb-modal-left label {
  font-family: gibson, sans-serif;
  font-weight: normal;
  font-size: 0.833em; /* 15px */
  margin-bottom: 2px;
}

.tb-modal-left .form-text {
  width: 90%;
}

.tb-modal-left .item-list {
  font-size: 0.833em; /* 15px */
}

.tb-quantity {
  font-size: 2em;
  font-family: gibson, sans-serif;
}