/* line 2, ../../../../app/stylesheets/jquery/block/jquery.block.sass */
.ui-block-blocked {
  position: relative;
}

/* line 5, ../../../../app/stylesheets/jquery/block/jquery.block.sass */
.ui-block-overlay {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 13, ../../../../app/stylesheets/jquery/block/jquery.block.sass */
.ui-block-message {
  z-index: 1001;
  position: absolute;
  width: 30%;
  top: 40%;
  left: 34%;
  text-align: center;
}
/* line 20, ../../../../app/stylesheets/jquery/block/jquery.block.sass */
.ui-block-message img {
  vertical-align: text-bottom;
  padding: 0 10px;
  margin-left: -20px;
}

/* line 26, ../../../../app/stylesheets/jquery/block/jquery.block.sass */
.ui-block-overlay {
  background: transparent url(/images/pngs/1x1/000/60.png) repeat scroll left top;
  cursor: wait;
}

/* line 30, ../../../../app/stylesheets/jquery/block/jquery.block.sass */
.ui-block-message {
  font: 18px "Trebuchet MS", Verdana, Arial, sans-serif;
  background: transparent url(/images/pngs/1x1/000/60.png) repeat scroll left top;
  text-align: center;
  padding: 15px;
  color: white;
  cursor: wait;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
