.orfer_container {
	margin-bottom: 16px;
}

.orfer_container_smalltitle .container_title {
	margin: 0 0 1px 0;
	background: url(img/small-title-repeat.gif) top left repeat-x;
}

.orfer_container_smalltitle .container_title div {
    background: url(img/small-title-left.gif) top left no-repeat;
}

.orfer_container_smalltitle .container_title div div {
	height: 18px;
	_height: 22px;
	padding: 4px 0 0 13px;
    background: url(img/small-title-right.gif) top right no-repeat;
}

.orfer_container_largetitle .container_title {
	margin: 0 0 2px 0;
	background: url(img/large-title-repeat.gif) top left repeat-x;
}

.orfer_container_largetitle .container_title div {
    background: url(img/large-title-left.gif) top left no-repeat;
}

.orfer_container_largetitle .container_title div div {
	height: 25px;
	_height: 35px;
	padding: 10px 0 0 16px;
    background: url(img/large-title-right.gif) top right no-repeat;
}

.orfer_container .container_title .Head {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.0em;
	color: #FFF;
    font-weight: bold;
}

.orfer_container .container_content {
	padding: 9px 9px 0 9px;
    background: #FFF;
    border: 1px solid #E6E6E6;
}

.orfer_container .clearer {
	clear: both;
}

