.rounded_table_content{
	background-color:#252525;
	padding:5px;
}

.img_t{
	background-color:#252525;
	height:6px;
}
.img_b{
	background-color:#252525;
	height:6px;
}
.img_l{
	background-color:#252525;
	width:6px;
}
.img_r{
	background-color:#252525;
	width:6px;
}
.img_tl_corner{
	background-image:url(/img/rounded_corners/tl.gif);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}
.img_tr_corner{
	background-image:url(/img/rounded_corners/tr.gif);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}
.img_bl_corner{
	background-image:url(/img/rounded_corners/bl.gif);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}
.img_br_corner{
	background-image:url(/img/rounded_corners/br.gif);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
}
