@CHARSET "ISO-8859-1";

.BackInStockModalContainer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(155,155,155,0.6);
  z-index: 99999;
  overflow: auto;
}

.BackInStockModalAligner {
  position: fixed;
  left: 10%;
  top: 30%;
  width: 80%;
  text-align: center;
}

.BackInStockModalWindow {
  background: #FFF;
  padding: 10px 10px 10px 10px;
  position: relative;
  display: inline-block;
  border: 1px solid gray;
}

.btn_BackInStockModalButton,
.btn_BackInStockModalButton.Close {
  margin: 5px auto;
  display: inline-block;
  border: none;
  border-radius: 2px;
  background: #1a3e92;
  font-family: 'clanotbold';
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 15px;
}

.btn_BackInStockModalButton.Close {
	background: #797f8d;	
}