@charset "utf-8";
/* CSS Document */

.left{
	background:url(table_images/left.png) top left repeat-y;
}
.left_top{
	background:url(table_images/left_top.png) top left no-repeat;
	height:50px;
	/*float:left;*/
}

.mid{
	background-color:#fff;
	margin:0 25px;
}
.right{
	background:url(table_images/right.png) top right repeat-y;
}
.right_top{
	background:url(table_images/right_top2.png) top right no-repeat;
	height:50px;
}
.bottom_left{
	background:url(table_images/bottom_left.png) bottom left no-repeat;
	height:25px;
}
.bottom-contain{
	margin:0 25px;
	height:25px;
	width:931px;
	/*background:url(table_images/bottom.png) repeat-x;*/
}
.bottomml{
	background:url(table_images/bottom.png) repeat-x;
	height:25px;
}
.bottommr{
	background:url(table_images/bottom.png) repeat-x;
	height:25px;
}
.bottom_mid{
	background:url(table_images/bottom_mid.png) no-repeat;
	width:26px;
	height:25px;
	margin:0px 452px;
}
.bottom_right{
	background:url(table_images/bottom_right.png) bottom right no-repeat;
	height:25px;
}





