/* Root */

.lms .popup {left: -48px;bottom: -612px;}
.lms .feedback-box h1 {font-size: 22px;}
/* Containers */
.popup {position: absolute;width: 292px;z-index: 9;}
.popup-top{z-index: 11;}
.popup-c{
    background: #efefef;
    padding: 15px 20px !important;
    box-shadow: 0 0 6px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0 0 4px rgba(50, 50, 50, 0.65);
    -webkit-box-shadow: 0 0 6px rgba(50, 50, 50, 0.65);
    font-size: 12px;
    line-height: 17px;
    color: #595959;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
/* Pre-form message */
#premessage,.premessage {
    width: 440px;
    /*height: 405px;*/
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 24px;
    /*top: 50%;*/
    line-height: 28px;
    /*padding-top: 240px;*/
}

#premessage h2,.premessage h2 {
    font-size: 21px;
}

/* Spinner */
.loader {
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
}

/* Close button on LMS form */
.popup-c > a {
    background: url(../img/main-sprite.png) -160px 0;
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    position:absolute;
    right: 20px;
    top: 16px;
}

/* Right and left-facing arrows */
.pointer, .pointer-right,.pointer-top {
    position: absolute;
    width: 25px;
    height: 40px;
}

/* Left-facing arrow */
.pointer {
    left: -23px;
    bottom: 211px;
    background: url(../img/arrow_sprite.png) -15px 0px;
}

/* Right-facing arrow */
.pointer-right {
    background: url(../img/arrow_sprite.png) -0px -44px;
    right: -24px;
}

/* Right-facing arrow */
.pointer-top {
    background: url(../img/arrow_sprite.png) 0px -89px;
    top: -25px;
    right: 30px;
    width: 40px;
    height: 25px;
}