#smartbanner {
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-family: "Helvetica Neue",sans-serif;
    height: 78px;
    left: 0;
    overflow: hidden;
    position: absolute!important;
    top: -82px;
    width: 100%;
    z-index: 9998;
}
#smartbanner .sb-container {
    margin: 0 auto;
}
#smartbanner .sb-close {
    background: none repeat scroll 0 0 #070707;
    border: 2px solid #fff;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-family: "ArialRoundedMTBold",Arial;
    font-size: 12px;
    height: 15px;
    left: 5px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    top: 5px;
    width: 14px;
}
#smartbanner .sb-close:active {
    color: #aaa;
    font-size: 13px;
}
#smartbanner .sb-icon {
    background: none repeat scroll 0 0 / cover rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: block;
    height: 57px;
    left: 30px;
    position: absolute;
    top: 10px;
    width: 57px;
}
#smartbanner.no-icon .sb-icon {
    display: none;
}
#smartbanner .sb-info {
    color: #6a6a6a;
    font-size: 11px;
    font-weight: bold;
    left: 98px;
    line-height: 1.2em;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 18px;
    width: 44%;
}
#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px;
}
#smartbanner .sb-info strong {
    color: #4d4d4d;
    display: block;
    font-size: 13px;
    line-height: 18px;
}
#smartbanner .sb-info > span {
    display: block;
}
#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase;
}
#smartbanner .sb-button {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    min-width: 10%;
    padding: 0 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    top: 24px;
}
#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
}
#smartbanner .sb-icon.gloss:after {
    border-radius: 10px 10px 12px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}
#smartbanner.android {
    background: url("http://jackieyatessalon.com/css/dark_background_stripes.gif") repeat scroll 0 0 #3d3d3d;
    border-color: #88b131 #212228 #212228;
    border-top: 5px solid #88b131;
    box-shadow: none;
}
#smartbanner.android .sb-close {
    background: none repeat scroll 0 0 #1c1e21;
    border: 0 none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
    color: #b1b1b3;
    height: 17px;
    line-height: 17px;
    text-shadow: 0 1px 1px #000;
    width: 17px;
}
#smartbanner.android .sb-close:active {
    color: #eee;
}
#smartbanner.android .sb-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000;
}
#smartbanner.android .sb-info strong {
    color: #fff;
}
#smartbanner.android .sb-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dddcdc;
    border-radius: 0;
    box-shadow: none;
    color: #d1d1d1;
    min-width: 12%;
    padding:0px;
}
#smartbanner.android .sb-button span {
    background-color: #42b6c9;
    background-image: -moz-linear-gradient(center top , #42b6c9, #39a9bb);
    box-shadow: none;
    display: block;
    padding: 0 10px;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
    background: none repeat scroll 0 0 #2ac7e1;
}