/* CSS Document */
#LVL {
	width:100%;
	height:100%;
background-position:left;
background-repeat:repeat-y;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/purpleline/purpSquare.gif);
}
#RVL {
	width:100%;
	height:100%;
	background-position:right;
	background-repeat:repeat-y;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/purpleline/purpSquare.gif);

}
#THL {
	width:100%;
	height:100%;
	background-position:top;
	background-repeat:repeat-x;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/purpleline/purpSquare.gif);
}
#BHL {
	width:100%;
	height:100%;
		background-position:bottom;
	background-repeat:repeat-x;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/purpleline/purpSquare.gif);
}
#TL {
	width:100%;
	height:100%;
	background-position:top left;
	background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/purpleline/purpTL.gif);
}
#BL {
	width:100%;
	height:100%;
background-position:bottom left;
background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/purpleline/purpBL.gif);
}
#BR {
	width:100%;
	height:100%;
background-position:bottom right;
background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/purpleline/purpBR.gif);
}
#TR {
	width:100%;
	height:100%;
background-position:top right;
background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/purpleline/purpTR.gif);
}

