@charset "utf-8";
/* CSS Document */

.top_left{
	background:url(table-images/top-left.png) bottom left no-repeat;
}
.top{
	background:url(table-images/top.png) bottom repeat-x;
	height:21px;
	margin:0px 22px;
}
.top_right{
	background:url(table-images/top-right.png) bottom right no-repeat;
}
.left{
	background:url(table-images/left.png) top left repeat-y;
}
.mid{
	background-color:#fff;
	margin:12px;
}
.right{
	background:url(table-images/right.png) top right repeat-y;
}
.bottom_left{
	background:url(table-images/bottom-left.png) bottom left no-repeat;
}
.bottom{
	background:url(table-images/bottom.png) repeat-x;
	height:21px;
	margin:0px 22px;
}
.bottom_right{
	background:url(table-images/bottom-right.png) bottom right no-repeat;
}
.sideMid{
	background:#FFFFFF;
	width:216px;
	margin:0 22px;
	height:225px;
	*margin:0 0 0 0;
}
.side-contain{
	width:100%;
	text-align:center;
}
.side{
	margin:0 auto;
	width:260px;
}

