#ln-blackout {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

#ln-messageHolder {
    position: fixed;
    z-index: 9999;
    top: 270px;
    left: 0;
    width: 100%;
}

#ln-messageBoxContainer {
    width: 410px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.6);

    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#ln-messageBox {
    position: relative;
    font-family: 'Lato', Arial, sans-serif;
    background-color: #fff;
    padding: 30px 20px 20px 20px;

    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#ln-messageBox .ln-title {
    padding-left: 60px;
    background: url(../images/notice-icon.png) 0 0 no-repeat;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 15px;
    color: #333;
}

#ln-messageBox .ln-info-text {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

#ln-messageBox .ln-image {
    height: 70px;
    background: url(../images/bpid-to-bradywarehouse-notice.png) 50% 50% no-repeat;
}

#ln-messageBox .ln-cancel {
    position: absolute;
    top: 10px;
    right: 10px;
}

#ln-messageBox .ln-cancel a {
    display: block;
    height: 21px;
    width: 21px;
    text-indent: -9999px;
    background: url(../images/ln-cancel.png) no-repeat;
}

#ln-messageBox .ln-continue {
    width: 140px;
    margin: 0 auto;
    margin-top: 20px;
}

#ln-messageBox .ln-continue a {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: url(../images/gradient-green.png) 0 100% repeat-x;

    -webkit-border-radius: 4px;
    border-radius: 4px;
}