﻿div.greenBox {
    background: url(/images/backgrounds/greenBorderBox_bg.gif) no-repeat bottom right;
}
div.greenBox div {
    background: url(/images/backgrounds/greenBorderBox_bg_ll_corner.gif) no-repeat bottom left;
    padding: 0px 0px 9px 0px;
}
div.greenBox div div {
    background: url(/images/backgrounds/greenBorderBox_bg.gif) no-repeat top right;
    padding: 0px 9px 0px 0px;
}
div.greenBox div div div{
    background: url(/images/backgrounds/greenBorderBox_bg.gif) no-repeat top left;
    padding: 9px 0px 0px 9px;
}
div.greenBox div div div div {
    background:none;
    padding: 0px;
    }