﻿body {
}

/**********内容模块***********/
/**********Create By ZhangYuanshan 2009-11-11*********/
.block_top_middle
{
	height: 32px;
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}

.block_top_left
{
	height: 32px;
	width:5px;
	background-position:top;
	background-repeat:no-repeat;
}
.block_top_right
{
	height: 32px;
	width:5px;
	background-position:top;
	background-repeat:no-repeat;
}

.block_bottom_left
{
	height: 5px;
	width:5px;
	background-position:top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	max-height:5px;
}
.block_bottom_right
{
	height: 5px;
	width:5px;
	background-position:top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	max-height:5px;
}

.block_bottom_middle
{
	height: 5px;
	background-position:top;
	background-repeat:repeat-x;
	padding:0px 0px 0px 0px;
	max-height:5px;
}

.block_content_left
{
	width:5px;
	background-position:top;
	background-repeat:repeat-y;
	height:100%;
}
.block_content_right
{
	width:5px;
	background-position:top;
	background-repeat:repeat-y;
	height:100%;
}
.block_content
{
	 background-color:White;
}
/**********End 内容模块*******/