@charset "utf-8";
/* CSS Document */
.overlay {
	/*display:none;*/
}

#infocontentlayer *{
    color: #000000;
}

#loadercontainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /*#loaderlayer {
        background: #ffffff;
        opacity: 1;
        position: relative;
        width: 32px;
        height: 32px;
        padding: 40px;
        color: #000000;
        border-radius: 10px;
        margin: 100px auto;
    }*/

    #loaderlayer {
        background: #ffffff;
        opacity: 1;
        position: absolute;
        width: 32px;
        height: 32px;
        padding: 40px;
        color: #000000;
        border-radius: 10px;
        left: 20px;
        top: 20px;
    }

#infocontentlayer {
    background: #ffffff;
    opacity: 1;
    position: relative;
    width: 500px;
    color: #000000;
    border-radius: 10px;
    margin: 100px auto;
    height: inherit;
    padding: 20px;
}

#infopusherlayer {
    position: relative;
    width: 500px;
    height: 10px;
}
#infolayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#infobackgroundlayer {
    background: #000000;
    opacity: 0.8;
    position: fixed;
    bottom: -1000px;
    top: -1000px;
    left: -1000px;
    right: -1000px;
}
#infocontainer {
    display: none;
}