﻿#WideBox
{
	display:block;
	width:460px;	
}

.WideBox_Top
{
	background-image: url(images/WideBox_Top.gif);
	background-repeat:no-repeat;
	width:460px;
	height:29px;
}

.WideBox_Title
{
	position:relative;
	top:7px;
	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;

}

.WideBox_Content
{
	background-image: url(images/WideBox_Content.gif);
	background-repeat:repeat-y;
	width:460px;
	padding:0px;
}

.WideBox_Bottom
{
	background-image: url(images/WideBox_Bottom.gif);
	background-repeat:no-repeat;
	height:23px;
	width:460px;
}




.WhiteWideBox_Content
{
	background-image: url(images/WhiteWideBox_Content.gif);
	background-repeat:repeat-y;
	width:460px;
	padding:0px;
}
