#modalOverlay {
  background-color:#000;
  cursor:wait;
}

#modalContainer {
  height:520px;
  width:892px;
  top:106px;
  background-color:#000000;
  border:3px solid #ffffff;
  left:66px;

}

#modalContainer a img {
	margin:0px;
	border:0px;
	}


.txt-white {
  color: white;

}



#modalContainer a.modalCloseImg {
  background:url(../img/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

.selected_product {
  font-weight: bold;
  white-space: nowrap;
};

#modal_dialog {
  color: black;
  margin-top: 6px;
}
.mod-button {
	font-size: 20px;
	margin: 0px;
	border: 0px;
}

.modal-content {
  margin: 15px;
  font-size: 24px;
};

.timeout {font-size: 22px}