.vt_container {
    margin-bottom: 12px;
}

.vt_container_with_bg .container_bottomcap {
    background: url(img/bg-bl.gif) top left no-repeat;
}

.vt_container_with_bg .container_bottomcap div {
    background: url(img/bg-br.gif) top right no-repeat;
    font-size: 0;
    height: 6px;
}

.vt_container_title_only .container_title {
    background: url(img/title-left.gif) top left no-repeat;
}

.vt_container_title_only .container_title div {
    height: 21px;
    _height: 25px;
    padding: 4px 0 0 11px;
    margin: 0;
    background: url(img/title-right.gif) top right no-repeat;
}

.vt_container_with_bg .container_title {
    background: url(img/title-left-with-bg.gif) top left no-repeat;
}

.vt_container_with_bg .container_title div {
    height: 25px;
    _height: 29px;
    padding: 4px 0 0 11px;
    margin: 0;
    background: url(img/title-right-with-bg.gif) top right no-repeat;
}

.vt_container .container_title .Head {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1.0em;
    color: #EFFCE7;
    font-weight: bold;
}

.vt_container_title_only .container_content {
    padding: 12px 0 4px 0;
}

.vt_container_with_bg .container_content {
    padding: 12px 11px 4px 11px;
    border-left: 1px solid #EAF9E1;
    border-right: 1px solid #EAF9E1;
    background: #EFFCE7;
}

.vt_container .clearer {
    clear: both;
}


