

/* ==================================== */
/*	CONTAINERS							*/
/* ==================================== */

.White .TopLeft
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/white/TopLeft.png') top left no-repeat;
}

.White .TopRight
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/white/TopRight.png') top right no-repeat;
}

.White .TopMiddle
{
	height:15px;
	line-height:0px;
	font-size:0px;
	margin:0px 15px;
	background:transparent url('images/white/TopMiddle.png') top left repeat-x;
}
	
.White .MiddleLeft
{
	background:transparent url('images/white/MiddleLeft.png') top left repeat-y;
}

.White .MiddleRight
{
	background:transparent url('images/white/MiddleRight.png') top right repeat-y;
}

.White .Middle
{
	margin:0px 15px;
	background-color:#ffffff;
}

.White .Bottom
{
	height:15px;
	line-height:0px;
	font-size:0px;
}

.White .BottomLeft
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/white/BottomLeft.png') top left no-repeat;
}

.White .BottomRight
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/white/BottomRight.png') top right no-repeat;
}
	
.White .BottomMiddle
{
	height:15px;
	line-height:0px;
	font-size:0px;
	margin:0px 15px;
	background:transparent url('images/white/bottomMiddle.png') top left repeat-x;
}

