
.control-container-simple {

    background-image: url(images/topbg.gif);
    background-color: white;
    background-repeat: repeat-x;
/*   width: 100%;*/
}

.control-container-simple .control-container-simple-layer2 {

    background-image: url(images/botbg.gif);
    background-repeat: repeat-x;
    background-position: bottom;

/*    width: 100%;*/
}

.control-container-simple .control-container-simple-top {

    height: 6px;
    font-size: 6px;

}

.control-container-simple .control-container-simple-top-left {

    background-image: url(images/ltc.jpg);
    width: 6px;
    height: 6px;
    font-size: 6px;
    float: left;

}

.control-container-simple .control-container-simple-top-right {

    background-image: url(images/rtc.jpg);
    width: 6px;
    height: 6px;
    font-size: 6px;
    float: right;
}


.control-container-simple .control-container-simple-bottom {

    line-height: 2px;
    height: 6px;
    font-size: 2px;
    vertical-align: bottom;

}

.control-container-simple .control-container-simple-bottom-left {

    background: #FFF url(images/lbc.jpg) 0 0 no-repeat;
    width: 6px;
    height: 6px;
    font-size: 6px;
    float: left;
}

.control-container-simple .control-container-simple-bottom-right {
    background: #FFF url(images/rbc.jpg) 0 0 no-repeat;
    width: 6px;
    height: 6px;
    font-size: 6px;
    float: right;
}

.control-container-simple  .control-container-simple-sheet {
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
}


.control-container-simple  .control-container-simple-container {
    padding: 10px 10px 0;
    overflow: hidden;
}



