.loadtop_td {
	background-image: url(../images/loadtable/top.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 8px;
	max-height: 8px;
}
.loadbottom_td {
	background-image: url(../images/loadtable/bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 14px;
	max-height: 14px;
}
.loadleft_td {
	background-image: url(../images/loadtable/left.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 9px;
	max-width: 9px;
}
.loadright_td {
	background-image: url(../images/loadtable/right.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 14px;
	max-width: 14px;
}
.load_u1 {
	background-image: url(../images/loadtable/top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 9px;
}
.load_u2 {
	background-image: url(../images/loadtable/top_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 14px;
}
.load_main {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
}
.load_u3 {

	background-image: url(../images/loadtable/bottom_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 9px;
}
.load_u4 {

	background-image: url(../images/loadtable/bottom_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 14px;
}
