div.container {

}

div.container div.containerTop {

}

div.container div.containerTop div {
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}

div.container div.containerTop div.left {
	background-image: url(/images/customTags/container/bg_top_left.png);
	width: 11px;
	height: 15px;
	float: left;
}

div.container div.containerTop div.center {
	background-image: url(/images/customTags/container/bg_top_center.png);
	background-repeat: repeat-x;
	height: 15px;
	float: left;
}

div.container div.containerTop div.right {
	background-image: url(/images/customTags/container/bg_top_right.png);
	width: 11px;
	height: 15px;
	float: left;
}

div.container div.containerMiddleLeft {
	background-image: url(/images/customTags/container/bg_left.png);
	background-repeat: repeat-y;
	font-size: 0px;
	line-height: 0px;
}

div.container div.containerMiddleRight {
	background-image: url(/images/customTags/container/bg_right.png);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 0px;
	line-height: 0px;
}

div.container div.containerMiddle {
	margin: 0px 6px;	/* MUST match 'containerMiddleRight' and 'containerMiddleLeft' background image widths */
	background-image: url(/images/customTags/container/bg_gradient.png);
	background-repeat: repeat-x;
	background-color: #FEFEFE;
}

div.container.noBackground div.containerMiddle {
	background: none;
}

div.container div.containerContent {
	margin: 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

div.container div.containerBottom {

}

div.container div.containerBottom div {
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}

div.container div.containerBottom div.left {
	background-image: url(/images/customTags/container/bg_bottom_left.png);
	width: 11px;
	height: 14px;
	float: left;
}

div.container div.containerBottom div.center {
	background-image: url(/images/customTags/container/bg_bottom_center.png);
	background-repeat: repeat-x;
	height: 14px;
	float: left;
}

div.container div.containerBottom div.right {
	background-image: url(/images/customTags/container/bg_bottom_right.png);
	width: 11px;
	height: 14px;
	float: left;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}



div.container.short div.containerMiddle {
	background: none;
	background-color: #FEFEFE;
}
