/* 
    Document   : roundBoxes
    Created on : 2008-10-31, 00:06:01
    Author     : Jerzy Nowicki
    Description:
        Purpose of the stylesheet follows.
*/


.round-rect { 
    
}

.r-header {
    height: 30px;
}

.r-header-left {
    height: 30px;
    background: transparent url(../gfx/round/top-left.png) no-repeat top left;
}

.r-header-right {
    height: 30px;
    background: transparent url(../gfx/round/top-right.png) no-repeat top right;
    color: #ffffff;
    text-align: center;
    vertical-align: center;
}

.r-footer {

}

.r-footer-left {
    height: 30px;
    background: transparent url(../gfx/round/bottom-left.png) no-repeat top left;
}

.r-footer-right {
    height: 30px;
    background: transparent url(../gfx/round/bottom-right.png) no-repeat top right;
    color: #ffffff;
    text-align: center;
    vertical-align: center;
}

