.etabs { margin: 0; padding: 0; }
.tab {
    display: inline-block;
    zoom:1; *display:inline;
    background: #eee;
    border: solid 1px #999;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    color: #000000;
 }
.tab .link {

    font-size: 14px;
    line-height: 2em;
    display: block;
    padding: 0 10px;
    outline: none;
    color: #000000;
    text-decoration: none;
}
.tab.active {
    background: #fff;
    padding-top: 6px;
    position: relative;
    top: 1px;
    border-color: #666;
    color: #000000;
 }
.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
}
.panel-container { margin-bottom: 10px; }
.tab-confirm-buy{
    height: 164px;
    overflow: auto;
}
.tab-confirm-buy #content-tab{
    background-color: #fff;
    padding: 6px;
}
.tab-confirm-buy #content-seller-message{
    min-height: 105px;
}