.curved_table_tl{
	background-image: url(./images/curved_table/left.gif);
	width: 3px;
	background-repeat: repeat-y;
}
.curved_table_tr{
	background-image: url(./images/curved_table/right.gif);
	width: 3px;
	background-repeat: repeat-y;
}
.curved_table_ttl{
	background-image: url(./images/curved_table/top_left.gif);
	width: 3px;
	height: 3px;
	background-repeat: no-repeat;
}
.curved_table_ttr{
	background-image: url(./images/curved_table/top_right.gif);
	width: 3px;
	height: 3px;
	background-repeat: no-repeat;
}
.curved_table_tt{
	background-image: url(./images/curved_table/top.gif);
	height: 3px;
	background-repeat: repeat-x;
}
.curved_table_tb{
	background-image: url(./images/curved_table/bottom.gif);
	height: 3px;
	background-repeat: repeat-x;
}
.curved_table_tbr{
	background-image: url(./images/curved_table/bottom_right.gif);
	height: 3px;
	width: 3px;
	background-repeat: no-repeat;
}
.curved_table_tbl{
	background-image: url(./images/curved_table/bottom_left.gif);
	height: 3px;
	width: 3px;
	background-repeat: no-repeat;
}
.curved_box_tl{
	background-image: url(./images/curved_box/tl.gif);
	height: 12px;
	width: 15px;
	background-repeat: no-repeat;
}
.curved_box_tr{
	background-image: url(./images/curved_box/tr.gif);
	height: 12px;
	width: 15px;
	background-repeat: no-repeat;
}
.curved_box_top{
	background-image: url(./images/curved_box/top.gif);
	height: 12px;
	background-repeat: repeat-x;
}
.curved_box_left{
	background-image: url(./images/curved_box/left.gif);
	width: 15px;
	background-repeat: repeat-y;
}
.curved_box_right{
	background-image: url(./images/curved_box/right.gif);
	width: 15px;
	background-repeat: repeat-y;
}
.curved_box_body{
	background-color: #E5E5E5;
}
.curved_box_bl{
	background-image: url(./images/curved_box/bl.gif);
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
}
.curved_box_br{
	background-image: url(./images/curved_box/br.gif);
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
}
.curved_box_bottom{
	background-image: url(./images/curved_box/bottom.gif);
	height: 15px;
	background-repeat: repeat-x;
}