.boxHeader
{
	background-image: url('box_header_bg.gif');
	height: 21px;
}

.shortVBox 
{
	background-image: url('vbox_bg_short.gif'); 
	background-repeat: repeat-x; 
	background-color: #454546;
}

.mediumVBox 
{
	background-image: url('vbox_bg_medium.gif'); 
	background-repeat: repeat-x; 
	background-color: #565656;
}

.longVBox 
{
	background-image: url('vbox_bg_long.gif'); 
	background-repeat: repeat-x; 
	background-color: #565656;
}

.shortHBox 
{
	background-image: url('hbox_bg_short.gif'); 
	background-repeat: repeat-y; 
	background-color: #575757;
}

.mediumHBox 
{
	background-image: url('hbox_bg_medium.gif'); 
	background-repeat: repeat-y; 
	background-color: #565656;
}

.wideHBox 
{
	background-image: url('hbox_bg_wide.gif'); 
	background-repeat: repeat-y; 
	background-color: #464545;
}
