.slab h3
{
    font-variant: small-caps;
    color: #d5e79f;
    font-size: 18px;
}

.slab span
{
    display: block;
}

.slab .top .left
{
    background: url(/images/slab/slab_tl.png) no-repeat;
    float: left;    
}
.slab .top .center
{
    background: url(/images/slab/slab_tc.png) repeat-x;
    float: left;
}
.slab .top .right
{
    background: url(/images/slab/slab_tr.png) no-repeat;
    float: right;
}

.slab .center .left
{
    background: url(/images/slab/slab_cl.png) repeat-y;
    float: left;    
}
.slab .center .center
{
    background: url(/images/slab/slab_cc.png);
    float: left;
}
.slab .center .right
{
    background: url(/images/slab/slab_cr.png) repeat-y;
    float: right;
}

.slab .bottom .left
{
    background: url(/images/slab/slab_bl.png) no-repeat;
    float: left;    
}
.slab .bottom .center
{
    background: url(/images/slab/slab_bc.png) repeat-x;
    float: left;
}
.slab .bottom .right
{
    background: url(/images/slab/slab_br.png) no-repeat;
    float: right;
}

.slab .top, .slab .bottom
{
	height: 20px;
}



.highlight .top .left
{
    background: url(/images/slab_highlight/slab_tl.png) no-repeat;
}
.highlight .top .center
{
    background: url(/images/slab_highlight/slab_tc.png) repeat-x;
}
.highlight .top .right
{
    background: url(/images/slab_highlight/slab_tr.png) no-repeat;
}

.highlight .center .left
{
    background: url(/images/slab_highlight/slab_cl.png) repeat-y;
}
.highlight .center .center
{
    background: url(/images/slab_highlight/slab_cc.png);
}
.highlight .center .right
{
    background: url(/images/slab_highlight/slab_cr.png) repeat-y;
}

.highlight .bottom .left
{
    background: url(/images/slab_highlight/slab_bl.png) no-repeat;
}
.highlight .bottom .center
{
    background: url(/images/slab_highlight/slab_bc.png) repeat-x;
}
.highlight .bottom .right
{
    background: url(/images/slab_highlight/slab_br.png) no-repeat;
}