﻿#NarrowBox
{
	display:block;
	width:245px;	
}

.NarrowBox_Top
{
	background-image: url(images/NarrowBox_Top.gif);
	background-repeat:no-repeat;
	width:245px;
	height:28px;
}

.NarrowBox_Title
{
	position:relative;
	top:6px;
	left:8px;
	color: White;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial;
	font-size: 12px;
	vertical-align:text-bottom;
	vertical-align:bottom;
	padding:0px;

}

.NarrowBox_Content
{
	background-image: url(images/NarrowBox_Content.gif);
	background-repeat:repeat-y;
	width:245px;
	padding:0px;
}

.NarrowBox_Bottom
{
	background-image: url(images/NarrowBox_Bottom.gif);
	background-repeat:no-repeat;
	height:12px;
	width:245px;
}





.WhiteNarrowBox_Content
{
	background-image: url(images/WhiteNarrowBox_Content.gif);
	background-repeat:repeat-y;
	width:245px;
	padding:0px;
}

.WhiteNarrowBox_Bottom
{
	background-image: url(images/WhiteNarrowBox_Bottom.gif);
	background-repeat:no-repeat;
	height:12px;
	width:245px;
}
