.container {
	}

.container-white {
	border-bottom: solid 5px #FFFFFF;
	}

.container-left {
	background-image: url(theme/left-corner.gif) ;
	width: 6px ;
	height: 25px ;
	}

.container-bg {
	background-image: url(theme/container-right-bg.gif) ;
	background-position: top right ;
	text-align: left;
	}

.container-title {
	font-family: Arial, Helvetica, sans-serif ;
	text-transform: uppercase ;
    font-size: 15px ;
    color: #FFFFFF ;
    font-weight: 900 ;
	line-height: 100% ;
	
	}

.container-content {
	padding: 0px ;
	background-color: #fff ;
	margin-bottom: 5px ;
	}

.contentpane .container-content { padding: 2px 5px 0px 5px; }
