.FixBox {
}

.FixBox .Border_TOP {
	float: left; margin:0 auto;
	width: 730px; height: 5px;
	background: url(/images/SimpleBox/FixBox_TOP.png) BOTTOM no-repeat;
}

.FixBox .Border_BODY {
	float: left; margin:0 auto;
	width: 730px; 
	background: url(/images/SimpleBox/FixBox_BODY.png) TOP repeat-y;
}

.FixBox .Border_BOTTOM {
	float: left; margin:0 auto;
	width: 730px; height: 5px;
	background: url(/images/SimpleBox/FixBox_BOTTOM.png) TOP no-repeat;
}


.SimpleBox {
}

.SimpleBox .Border_TopLeft {
	float: left; margin:0;
	width: 5px; height: 5px;
	background: url(/images/SimpleBox/Border_TopLeft.png) bottom no-repeat;
}

.SimpleBox .Border_Top {
	float: left; margin:0;
	height: 5px;
	background: url(/images/SimpleBox/Border_Top.png) right bottom repeat-x;
}

.SimpleBox .Border_TopRight {
	float: left; margin:0;
	width: 5px; height: 5px;
	background: url(/images/SimpleBox/Border_TopRight.png) bottom no-repeat;
}


.SimpleBox .Border_Left {
	float: left; margin:0;
	width: 5px; 
	background: url(/images/SimpleBox/Border_Left.png) bottom repeat-y;
}

.SimpleBox .Border_Center {
	float: left; margin:0;
	background: #F9F9F9 url(/images/SimpleBox/Border_Center.png) bottom repeat-x;
}

.SimpleBox .Border_Right {
	float: left; margin:0;
	width: 5px; 
	background: url(/images/SimpleBox/Border_Right.png) repeat-y;
}


.SimpleBox .Border_BottomLeft {
	float: left; margin:0;
	width: 5px; height: 5px;
	background: url(/images/SimpleBox/Border_BottomLeft.png) bottom no-repeat;
}

.SimpleBox .Border_Bottom {
	float: left; margin:0;
	height: 5px;
	background: url(/images/SimpleBox/Border_Bottom.png) bottom repeat-x;
}

.SimpleBox .Border_BottomRight {
	float: left; margin:0;
	width: 5px; height: 5px;
	background: url(/images/SimpleBox/Border_BottomRight.png) bottom no-repeat;
}
