.ABP-warning .frt {
    float: right;
}
.install-filter.white-font {
    color: #FFFFFF;
}
.install-filter.dark-green-bg {
    background-color: #006600;
}
.install-filter.button {
    border: medium none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 8px 12px;
    text-align: center;
    transition: all 0.1s ease 0s;
}
.install-filter.hide {
    display: none;
}
.ABP-warning {
    background: none repeat scroll 0 0 #FFFFE0;
    border: 1px solid #BBBBBB;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    margin: 8px auto;
    padding: 14px 48px 14px 14px;
    position: relative;
    width: 936px;
}
.ABP-warning, .install-filter, .ABP-info {
    font-family: arial;
    font-weight: bold;
}
.ABP-info {
    line-height: 30px;
}
.ABP-warning span {
    display: inline-block;
    height: 13px;
    position: relative;
    width: 30px;
}
.ABP-warning img {
    position: absolute;
    top: -7px;
}
.ABP-warning .close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    font-family: Verdana;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 16px;
    top: 18px;
    transition: all 0.1s ease 0s;
    width: 17px;
}
.ABP-warning .close:hover {
    color: #FF0000;
    text-decoration: none;
}
.blockdecoy {
    left: 0;
    position: absolute;
}
.ABP-warning .install-filter {
    margin: 0 15px;
    visibility: visible;
}
.ABP-warning .install-filter.button, .support-faq-questions .install-filter.button {
    display: inline-block !important;
    font-size: 12px !important;
    height: auto !important;
    line-height: 1.2;
    padding: 8px 12px !important;
}
.ABP-help .install-filter.hide {
    display: none !important;
}
