﻿.t 
{
	background: url('images/pxGray.gif') repeat-x 0 0; 
	width: 100%;
}
.b 
{
	background: url('images/bdrBtm.gif') repeat-x 0 100%;
}
.l 
{
	background: url('images/pxGray.gif') repeat-y 0 0;
}
.r 
{
	background: url('images/bdrR.gif') repeat-y 100% 0;
}
.bl 
{
	background: url('images/bdrCnrBtmL.gif') no-repeat 0 100%;
}
.br 
{
	background: url('images/bdrCnrBtmR.gif') no-repeat 100% 100%;
}
.tl 
{
	background: url('images/pxGray.gif') no-repeat 0 0;
}
.tr 
{
	background: url('images/bdrCnrTopR.gif') no-repeat 100% 0; 
	padding: 1px 7px 7px 1px;
	text-align: left;
}
