.FNOverlap{
 position:absolute;
 z-index:100;
 width:100%;
 height: 100%;
 background-color: black;
 opacity: 0.8;
 left: 0px;
 top: 0px;
 display: none;
}
.FNOverlapFrm{
 position:absolute;
 left: 20%;
 width: 60%;
 height: 60%;
 padding: 20px;
 top: 20%;
 z-index: 101;
 background-color: black;
 display: none;
}
#is-loading {
 display: block;
 position: relative;
 width: 100%;
 height: 200px;
 top: 0px;
 left: 0px;
 background: white;
 z-index: 8;
}
#loading {
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 color: #fff;
 z-index: 9;
}
