﻿#box-top {
    position: relative;
    width: 737px;
    height: 18px;
    background: url(/common/images/kids/subpage/box-top.png) no-repeat;
}

#box-mid {
    position: relative;
    width: 737px;
    background: url(/common/images/kids/subpage/box-mid.png) repeat-y;
    display: inline-block;
}

    #box-mid .box-content {
        position: relative;
        top: -2px;
        width: 685px;
        margin-left: 24px;
        padding-bottom: 10px;
        display: block;
    }

#box-bot {
    position: relative;
    width: 737px;
    height: 26px;
    background: url(/common/images/kids/subpage/box-bot.png) no-repeat top left;
}
