#si-popup img {
    vertical-align: inherit;
}
#si-popup, #si-popup-a, #si-popup-b {
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
#si-popup {
    display: none;
    _position: absolute;
    top: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.4);
    overflow: overlay;
    z-index: 9998;
	
	line-height: normal;
}
#si-popup-a {
    top: 0;
    position: absolute;
    display: table;
}
#si-popup-b {
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
    right: 0;
    overflow: overlay;
}
#si-popup-box {
    max-width: 80%;
    min-width: 300px;
    min-height: 80%;
    margin: 10px auto 20px;
    padding: 0px;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 99999;
    display: block;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: rgb(255, 255, 255);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    color: #333333;
    text-align: left;
    font-family: arial,sans-serif !important;
    font-size: 13px;
}

#si-popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #FFF;
    border-radius: 0px 9px;
    font-size: 22px;
    padding: 8px 17px;
    cursor: pointer;
    color: #B2B2B2;
    font-weight: 100;
}
#si-popup-close:hover {
    background: #EEE;
}

#si-popup-head {
    text-align: center;
    font-size: 36px;
    padding: 34px;
    background: #EAA51C;
    color: #fff;
}

#si-popup-description {
    font-size: 20px;
    margin: 25px 40px;
    color: #2B2B2B;
}

#si-popup-description li {
    line-height: 50px;
    list-style: none;
    background: url('../img/gold-check.png') no-repeat 7px 7px transparent;
    padding: 0px 0px 0px 48px;
}

#si-popup-cta {
    font-size: 48px;
    text-align: center;
    padding: 54px;
    background: #EAA51C;
    color: #fff;
    font-weight: bold;
}

#si-popup-cta span {
    text-decoration: underline;
}

#si-popup-logo {
    position: relative;
    width: 122px;
    top: 12px;
    left: 0px;
}

#si-airfiber {
    width: 60px;
    position: relative;
    top: 1px;
}