﻿.FrameLeft
{
	background: url('Left.gif' );
	background-repeat: repeat-y;
	background-position: left;
	width: 8px;
}

.FrameRight
{
	background: url('Right.gif' );
	background-repeat: repeat-y;
	background-position: right;
	width: 8px;
}

.FrameTop
{
	background: url('Top.gif' );
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}

.FrameDown
{
	background: url('Down.gif' );
	background-repeat: repeat-x;
	background-position: bottom;
	height: 8px;
}

.FrameLeftDown
{
	background: url('LeftDown.gif' );
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 32px;
	height: 27px;
}

.FrameLeftTop
{
	background: url('LeftTop.gif' );
	background-repeat: no-repeat;
	background-position: left top;
	width: 32px;
	height: 27px;
}

.FrameRightDown
{
	background: url('RightDown.gif' );
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 32px;
	height: 27px;
}

.FrameRightTop
{
	background: url('RightTop.gif' );
	background-repeat: no-repeat;
	background-position: right top;
	width: 32px;
	height: 27px;
}

.FrameBody{
	background-color: #BB80DD;
}
