/* CSS Document */
.box{
	border-collapse:collapse;
	border:0px none;
	margin:0 auto 0px;
	padding: 0px;
	width:800px;
	
}
.box td{
margin:0px;
padding:0px;
}
.box .tl ,.box  .tr ,.box  .bl,.box  .br {
	height:20px;
	width:20px;
}
.box .bm,.box  .br {
	height:20px;
}
.box .ml,.box  .mr {
	width:20px;
}
.box .tl{
	background:url('img/tl.png') left top no-repeat; 	
}
.box .tr{
	background:url('img/tr.png') top right no-repeat;
}
.box .tm{
	background:url('img/tm.png') top repeat-x;
}
.box .bl{
	background:url('img/bl.png') bottom left no-repeat;	
}
.box .br{
	background:url('img/br.png') bottom right no-repeat;
}
.box .bm{
	background:url('img/bm.png') bottom repeat-x;
	
}
.box .ml{
	background:url('img/ml.png') left repeat-y;	
}
.box .mr{
	background:url('img/mr.png') right repeat-y;
}
