.smartbanner {
    background: #E7EDE9;
    display: block;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
}

.smartbanner_container {
    max-width: 532px;
    margin: 0 auto;
    position: relative;
}

.smartbanner_img {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    width: 20%;
    text-align: center;
}

.smartbanner_img img {
    max-width: 60px;
    max-height: 60px;
    padding: 6px 5px 3px 5px;
    text-align: center;
}

.smartbanner_content {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    width: 75%;
}

.smartbanner_content_title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
}

.smartbanner_content_p {
    font-size: 14px;
    padding: 5px 0 0 0;
}

.smartbanner_btn {
    border:  1px solid #35918C;
    border-radius: 4px;
    color: #35918C;
    display: inline-block;
    font-size: 12px;
    padding: 1px 2px;
    text-decoration: none;
    margin-bottom: 5px;
    position: relative;
    margin-right: 3px;
}

#smartbanner_close {
    background: url("/bank/images/esunbank_m2/smartbanner/smartbanner_close.png");
    background-size: 100% auto;
    right: 4px;
    top: 8px;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 99;
}

.linkBtn {
    border: 1px solid #35918C;
    border-radius: 4px;
    color: #35918C;
    display: inline-block;
    font-size: 12px;
    padding: 1px 2px;
    text-decoration: none;
    margin-bottom: 5px;
    position: relative;
    margin-right: 3px;
}

.smartbanner_container a {
    color: #555555;
}