.rounded
{
	width: 100%;
}
.rounded td
{
	background-color: #536751;
}
.rounded .t td,
.rounded .b td
{
	height: 8px;
}
.rounded tr .l,
.rounded tr .r
{
	width: 8px;
}
.rounded .t .l,
.rounded .t .r,
.rounded .b .l,
.rounded .b .r
{
	background-repeat: no-repeat;
	background-color: transparent;
}
.rounded .t .l
{
	background-image: url('../i/rounded/lt.gif');
}
.rounded .t .r
{
	background-image: url('../i/rounded/rt.gif');
}
.rounded .b .l
{
	background-image: url('../i/rounded/lb.gif');
}
.rounded .b .r
{
	background-image: url('../i/rounded/rb.gif');
}
