
.round_dark_top_left {
	background-image: url(images/dark/top_left.png);
	background-repeat: no-repeat;

	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 10px;
}
.round_dark_top {
	background-image: url(images/dark/top.png);
	background-repeat: repeat-x;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

.round_dark_top_right {
	background-image: url(images/dark/top_right.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 10px;
}
.round_dark_left {
	background-image: url(images/dark/border_left.png);
	background-repeat: repeat-y;
	width: 10px;
}
.round_dark_right {
	background-image: url(images/dark/border_right.png);
	background-repeat: repeat-y;
	width: 10px;
}
.round_dark_bottom_left {
	background-image: url(images/dark/bottom_left.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 10px;
}
.round_dark_bottom_right {
	background-image: url(images/dark/bottom_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 11px;
	width: 10px;
}
.round_dark_bottom {
	background-image: url(images/dark/bottom.png);
	background-repeat: repeat-x;
	height: 11px;
}



.round_dark_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  14pt;
	font-weight: bold;
	color: #ea972a;
	text-align: left;
}
.content_white{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  12pt;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 5px;
}
