.findnsave {
        width: 160px;
        height: 505px;
        padding: 5px;
        color: #000;
        background-color: #ffffff;
        border: 1px solid #c4c4c4;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e8e8e8');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e8e8e8')";
        background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
        background-image: -ms-linear-gradient(top, #ffffff, #e8e8e8);
        background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e8e8e8));
        background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
        background-image: linear-gradient(top, #ffffff, #e8e8e8);
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    .fns-head {
        display: block;
        width: 150px;
        height: 30px;
        margin:0 auto;
        overflow: hidden;
        background-image: url('../images/_site/fns-logo.png');
        text-indent:-9999px;
        text-decoration: none;
    }
    .fns-link {
        display: block;
        width: 150px;
        height: 36px;
        margin: 5px 0;
        padding: 2px 0;
        text-decoration: none;
        text-align: center;
        color: #000;
        background-color: #ffffff;
        border: 1px solid #c4c4c4;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e8e8e8', endColorstr = '#ffffff');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e8e8e8', endColorstr = '#ffffff')";
        background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
        background-image: -ms-linear-gradient(top, #e8e8e8, #ffffff);
        background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#e8e8e8), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
        background-image: linear-gradient(top, #e8e8e8, #ffffff);
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;font-size:12px;line-height:13px
    }
    .fns-link:hover,
    .fns-link:focus {
        color: #000;
    }
    .fns-link strong{
        display:block;
        color: #1A307F;
        font-size: 14px;
    }
    .fns-title {
        display: block;
        width: 140px;
        height: 15px;
        text-align: center;
        color: #1A307F;
        margin: 0 auto 5px;
        text-transform: uppercase;
    }
    .fns-advertisers {
        height: 330px;
        overflow: scroll;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .fns-advertisers .t-adv-list-scroll {
        overflow: hidden !important;
        overflow-y: hidden !important;
        overflow-x: hidden !important;
    }
    .fns-advertisers .t-rop-ad-anchor {
        color: #000 !important;
    }
    .fns-advertisers .t-rop-ad-anchor:hover,
    .fns-advertisers .t-rop-ad-anchor:focus {
        color: #1A307F !important;
    }
    .t-p ul, .t-p li {
        list-style: disc !important;
        list-style-position: inside !important;
    }
    ul.t-rop-ad-list li {
        padding-left: 14px;
        text-indent: -12px;
    }
    ul.t-rop-ad-list li a {
        display:inline;
    }