#loader
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1000;
  opacity: 0.5;
}

.waitMe
{
  background: white !important;
  opacity: 1;
}

.waitMe_text
{
  font-size: 1.4em !important;
}

.waitMe_progress.progressBar
{
  width: 400px !important;
  height: 40px !important;
}
