/* ------[ SMALL ]------- */

.box.small
{
	margin-bottom: 10px;
	width: 210px;

	background: url(/static/boxBackground.png) top left repeat-y;
	color: #999966;
}

.box.small .boxBody
{
	padding: 20px 20px 0 20px;
	min-height: 80px;

	background: url(/static/boxHeader.png) top left no-repeat;
}

.box.small .boxFooter
{
	height: 20px;

	background: url(/static/boxFooter.png) bottom left no-repeat;
}
