.topborder_td {
	background-color: #BDC2C7;
	background-image: url(../images/border_top_background.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 11px;
	max-height: 11px;
}
.bottomborder_td {
	background-color: #BDC2C7;
	background-image: url(../images/border_bottom_background.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 12px;
	max-height: 12px;
}
.leftborder_td {
	background-color: #BDC2C7;
	background-image: url(../images/border_left_background.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 11px;
	max-width: 11px;
}
.rightborder_td {
	background-color: #BDC2C7;
	background-image: url(../images/border_right_background.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
	max-width: 10px;
}
