table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* tables still need 'cellspacing="0"' in the markup */
table.adv {
	border-collapse: collapse;
	border-spacing: 0;
}

td.centrecontent{
width: 260px; /* use you own image size; */
height: 300px;
} 

td.topleft{
background-image: url(/_css/images/table/extbox_left-top.gif); /* forward slash for the path */
width: 10px; /* use you own image size; */
height: 13px; /* use you own image size; */
background-repeat: no-repeat;
background-position: left top;
text-align: center;
vertical-align: top;
} 
td.topmiddle{
background-image: url(/_css/images/table/extbox_middle-top.gif); /* forward slash for the path */
width: 2px; /* use you own image size; */
height: 13px; /* use you own image size; */
background-repeat: repeat-x;
background-position: left top;
text-align: center;
vertical-align: top;
} 
td.topright{
background-image: url(/_css/images/table/extbox_right-top.gif); /* forward slash for the path */
width: 11px; /* use you own image size; */
height: 13px; /* use you own image size; */
background-repeat: no-repeat;
background-position: left top;
text-align: center;
vertical-align: top;
} 
td.middleleft{
background-image: url(/_css/images/table/extbox_left.gif); /* forward slash for the path */
width: 10px; /* use you own image size; */
height: 2px; /* use you own image size; */
background-repeat: repeat-y;
background-position: left top;
text-align: center;
vertical-align: top;
} 
td.middleright{
background-image: url(/_css/images/table/extbox_right.gif); /* forward slash for the path */
width: 11px; /* use you own image size; */
height: 2px; /* use you own image size; */
background-repeat: repeat-y;
background-position: left top;
text-align: center;
vertical-align: top;
} 
td.bottomleft{
background-image: url(/_css/images/table/extbox_left-bottom.gif); /* forward slash for the path */
width: 10px; /* use you own image size; */
height: 9px; /* use you own image size; */
background-repeat: no-repeat;
background-position: left top;
text-align: center;
vertical-align: top;
} 
td.bottommiddle{
background-image: url(/_css/images/table/extbox_middle-bottom.gif); /* forward slash for the path */
width: 2px; /* use you own image size; */
height: 9px; /* use you own image size; */
background-repeat: repeat-x;
background-position: left top;
text-align: center;
vertical-align: top;
} 
td.bottomright{
background-image: url(/_css/images/table/extbox_right-bottom.gif); /* forward slash for the path */
width: 11px; /* use you own image size; */
height: 9px; /* use you own image size; */
background-repeat: no-repeat;
background-position: left top;
text-align: center;
vertical-align: top;
} 