.ajax-loader {
  width: 24px;
  height: 24px;
  background: url(../img/ajax-loader.gif) no-repeat center center;
  position: absolute;     
  z-index:130;
}
/* Order Status table */
.OS-list {
  margin-top: 10px;
  border-top: 1px solid #d3d3d3;
}
.OS-line {
  color: #464646;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 12px;
}
.OSL-name {
  float: left;
  width: 137px;
  font-size: 12px;
  color: #464646;
  font-weight: bold;
}
.OSL-value {
  float: left;
  font-size: 12px;
  color: #6e6e6e;
}
h5 {
  margin-top: 20px;
  font-size: 13px;
  color: #464646;
  font-weight: bold;
}
.check-loading {
  padding: 40px;
}
.check-loading-title {
  text-align: center;
} 
.check-text-loading {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.check-ajax-loader {
  text-align: center;
  margin-top: 35px;
  height: 24px;
  background: url(../img/ajax-loader.gif) no-repeat center center;
}
.button-ce-ok {
  margin-top: 15px;
  text-align: center;
}
.ce-button {
  width: 50px;
  height: 25px;
  background: url(../img/ok.png) no-repeat left top;
  border: none;
  cursor: pointer;
}
