﻿.leftEdge
{
	width:35px;
	background: url(../images/leftshadow.png) repeat-y top right;
}
.rightEdge
{
	width:35px;
	background: url(../images/rightshadow.png) repeat-y top left;
}
.leftEdgeNarrow
{
	background: url(../images/leftshadowNarrow.png) repeat-y top right;
}
.rightEdgeNarrow
{
	background: url(../images/rightshadowNarrowLight2.png) repeat-y top left;
}
.bottomEdgeNarrow
{
	background: url(../images/bottomshadowNarrowLight2.png) repeat-x top left;
}

