.boxTopLeft {
    background: transparent url(../layout/topLeft.jpg) bottom right no-repeat;
    width: 2px;
    height: 2px;
}

.boxInnerTopLeft {
    background: transparent url(../layout/topInnerLeft.jpg) bottom left no-repeat;
    width: 10px;
    height: 2px;
}

.boxTopCenter {
    background: transparent url(../layout/topCenter.jpg) bottom left repeat-x;
    height: 2px;
}

.boxTopRight {
    background: transparent url(../layout/topRight.jpg) bottom left no-repeat;
    width: 8px;
    height: 2px;
}

.boxLowerTopLeft {
    background: transparent url(../layout/lowerTopLeft.jpg) top right no-repeat;
    height: 2px;
    width: 2px;
}

.boxLowerTopLeftWhite {
    width: 10px;
    height: 10px;
}

.boxLowerTopLeftWhite {
    height: 10px;
}

.boxLowerTopRightWhite {
    background: transparent url(../layout/lowerTopRight.jpg) top left no-repeat;
    height: 10px;
    width: 8px;
}

.boxLowerTopCenterWhite2 {
    height: 10px;
    width: 10px;
}

.boxMiddleLeft {
    background: transparent url(../layout/middleLeft.jpg) top right repeat-y;
}

.boxMiddleRight {
    background: transparent url(../layout/middleRight.jpg) top left repeat-y;
}

.boxBlue {
    background-color: #1685C6;
}

.boxWhite {
    background-color: #FFFFFF;
}

.boxUpperBottomRight {
    background: transparent url(../layout/upperBottomRight.jpg) top left no-repeat;
}

.boxBottomLeft {
    background: transparent url(../layout/bottomLeft.jpg) top right no-repeat;
    width: 2px;
    height: 8px;
}

.boxBottomInnerLeft {
    background: transparent url(../layout/bottomInnerLeft.jpg) top right no-repeat;
    width: 10px;
    height: 8px;
}

.boxBottomCenter {
    background: transparent url(../layout/bottomCenter.jpg) top left repeat-x;
    height: 8px;
}

.boxBottomInnerRight {
    background: transparent url(../layout/bottomCenter.jpg) top left repeat-x;
    height: 8px;
    width: 10px;
}

.boxBottomRight {
    background: transparent url(../layout/bottomRight.jpg) top left no-repeat;
    height: 8px;
    width: 8px;
}