﻿.leftlineTop 
{
	background-image: url(../images/box/greyspacer.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 38px;
	position: static;
	width: 8px;
	float: left;
}
.rightlineTop 
{
	background-image: url(../images/box/greyspacer.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 38px;
	position: static;
	width: 8px;
	float: right;
}
.leftlineBot
{
	background-image: url(../images/box/greyspacer.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 20px;
	position: static;
	width: 8px;
	float: left;
}
.rightlineBot 
{
	background-image: url(../images/box/greyspacer.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 20px;
	position: static;
	width: 8px;
	float: right;
}
.leftBoxSpacer
{
	background-image: url(../images/box/greyspacer.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 1px;
}
.rightBoxSpacer
{
	background-image: url(../images/box/greyspacer.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 1px;
}
.top 
{
	background-image: url(../images/box/top.gif);
	background-repeat: repeat-x;
	height: 38px;
}
.bot 
{
	background-image: url(../images/box/bot.gif);
	background-repeat: repeat-x;
	height: 20px;
}
