.rounded table
{
	border-collapse: collapse;
	border-spacing: 0;
}
.rounded table td
{
	padding: 0; 
	vertical-align: top;
}
.rounded 
{
	background: url('/images/0lback.gif') repeat-y;
}
.rounded .top
{
	width:100%; 
	height:10px;
}
.rounded .top .l
{
	background: url('/images/0lt.gif');
	width:10px;font-size:1px;
}
.rounded .top .c
{
	background: url('/images/0tback.gif');
	font-size: 1px;
	padding:0px 10px;
}
.rounded .top .r
{
	background: url('/images/0rt.gif');
	width: 10px;
	font-size: 1px;
}
.rounded .bottom
{
	width: 100%;
	height: 10px;
}
.rounded .bottom .l
{
	background: url('/images/0lb.gif');
	width: 10px;
	font-size: 1px;
}
.rounded .bottom .c
{
	background: #fff url('/images/0bback.gif');
	font-size: 1px;
	padding: 0px 10px;
}
.rounded .bottom .r
{
	background: url('/images/0rb.gif');
	width: 10px;
	font-size: 1px;
}
.rounded .content
{
	background: url('/images/0rback.gif') repeat-y top right; 
	padding:0px 14px;
	color: #333333;
	text-align:left;
}


