﻿.BlockTop
{
	background-position: left bottom;
	background-image: url(Images/top.gif); /*background-color: #00CC99;*/
	width: 192px;
	height: 25px;
	background-repeat: no-repeat;
}
.BlockMiddle
{
	background-image: url(Images/tile.gif); /*background-color: #CC0099;*/
	width: 192px;
	padding-left: 18px;
	padding-right: 22px;
	background-repeat: repeat-y;
}
.BlockBottom
{
	background-position: left top;
	background-image: url(Images/bottom.gif); /*background-color: #CC9900;*/
	width: 192px;
	height: 25px;
	background-repeat: no-repeat;
}
