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