/*
    Start Box
*/
div.boxTop {
    background: transparent url(../images/backgrounds/boxTop.png) top left repeat-x;
}
div.boxBottom {
    background: transparent url(../images/backgrounds/boxBottom.png) bottom left repeat-x;
}
div.boxLeft {
    background: transparent url(../images/backgrounds/boxLeft.png) top left repeat-y;
}
div.boxRight {
    background: transparent url(../images/backgrounds/boxRight.png) top right repeat-y;
}
div.boxTopLeft {
    padding: 25px 30px;
    background: transparent url(../images/backgrounds/boxTopLeft.png) top left no-repeat;
}
div.boxTopRight {
    background: transparent url(../images/backgrounds/boxTopRight.png) top right no-repeat;
}
div.boxBottomRight {
    background: transparent url(../images/backgrounds/boxBottomRight.png) bottom right no-repeat;
}
div.boxBottomLeft {
    background: transparent url(../images/backgrounds/boxBottomLeft.png) bottom left no-repeat;
}
