div.onloading {
  display:              none;
  position:             absolute;
  top:                  0px;
  left:                 0px;
  width:                100%;
  height:               100%;
  z-index:              100;
}

div.onloading-center {
  position:             absolute;
  top:                  50%;
  left:                 50%;
  width:                1px;
  height:               1px;
}

div.onloading-content {
  position:             relative;
  left:                 -150px;
  top:                  -25px;
  width:                300px;
  height:               50px;
  background:           #dde3f0;
  border:               5px solid #ebeef6;

  padding:              16px 5px 5px 5px;
  font-family:          Georgia, Times New Roman, serif;
  text-align:           center;
  font-size:            14px;
  font-weight:          bold;
  text-transform:       uppercase;
  color:                #555555;
  line-height:          20px;
}
