.error{
  color:#FF0000;
  font-weight:bold;
  padding:0px;
  margin:0px;
}

#glayer_img {
  position: fixed!important;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100;
  background-color:#1F1F1F;
  -moz-opacity: 0.65;
  opacity:.65;
  filter: alpha(opacity=65);
}

/* use png */
#glayer {
  position: fixed!important;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100;
  background-image: url(glayer.png);
}
* html #glayer {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="glayer.png", sizingMethod="scale");
}

.debug{
  border:2px dashed #f00;
}




/* font-size:14px */
.m-0-auto{
  margin:0 auto;
}
.w-19/20{
  width:95%;
}
/* 308px */
.w-88{
  width:22rem;
}
.max-w-88{
  max-width:22rem;
}
/* 406px */
.w-116{
  width:29rem;
}
/* 420px */
.w-120{
  width:30rem;
}
/* 476px */
.w-136{
  width:34rem;
}
/* 520px */
.w-150{
  width:37.5rem;
}
/* 602px */
.w-175{
  width:43rem;
}
.max-w-175{
  max-width:43rem;
}
/* 616px */
.w-176{
  width:44rem;
}
.max-w-176{
  max-width:44rem;
}
/* 630px */
.max-w-180{
  max-width:45rem;
}
/* 786px */
.w-224{
  width:56rem;
}
.max-w-224{
  max-width:56rem;
}
/* 840px */
.max-w-240{
  max-width:60rem;
}
/* 900px*/
.w-256{
  width:64rem;
}
.max-w-256{
  max-width:64rem;
}
/* 1200px */
.max-w-344{
  max-width:86rem;
}
/* 350px */
.h-100{
  height:25rem;
}
.border-color-fdd{
  border-color: #fdd;
}
.border-color-c00{
  border-color: #c00;
}



