﻿.shadowBoxContent {
	background: url('images/boxes/shadowbox-footer-bg.png') no-repeat left bottom;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	padding: 15px;
}

.shadowBoxContent .tagLine
{
	color: #444444;
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	/* text-transform: uppercase; */
}

.shadowBox {
	background: url('images/boxes/shadowbox-header-bg.png') no-repeat left top;
	width: 990px;
	margin: -5px 0 3px 0;
	overflow: hidden;
	padding: 12px 0 0 0;
	clear: both;
}

