
/* * * * * * * * * * *
 * »ùÇÃ¼±ÅÃ: »ùÇÃº¸±â
 * * * * * * * * * * */

TABLE.sampleContainer {
	Xdisplay: inline; /*Àû¿ë¾ÈµÇ¼­ table ¸¸µë¤Ð¤Ð*/
}
TABLE.sampleContainer TD.itemBox {
	text-align: center;
}
TABLE.sampleContainer IMG.sampleItem {
	display: block;
}
TABLE.sampleContainer A {
	margin-left: 6px;
	font: bold 12px arial;
	color: red;
}
TABLE.sampleContainer IMG.delBtn {
	margin-left: 6px;
	cursor: pointer;
}
