.topbox {
    background-color: #417aa5;
    position: relative;
    margin-bottom: 21px;
}

.topbox .container {
    padding: 0;
}

.topbox div.top {
    height: 2px;
    background-image: url("/images/template/images/home_topbox_t.gif");
    background-repeat: repeat-x;
}

.topbox > .container > div.content {
    height: 336px; /* 4px margins, 4px top/bottom */
    width: 891px;
    position: relative;
    margin: 2px;
    padding: 3px;
}

.topbox div.bottom {
    height: 2px;
    background-image: url("/images/template/images/home_topbox_b.gif");
    background-repeat: repeat-x;
}

.topbox img.tl {
    position: absolute;
    top: -1px;
    left: -1px;
}

.topbox img.tr {
    position: absolute;
    top: -1px;
    right: -1px;
}

.topbox img.bl {
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.topbox img.br {
    position: absolute;
    bottom: -1px;
    right: -1px;
}

.topbox img.l {
    position: absolute;
    top: 12px;
    left: -3px;
}

.topbox img.r {
    position: absolute;
    top: 12px;
    right: -3px;
}

.mainbox {
    margin-top: 21px;
}