
.box-container {
	float: left;
	width: 280px;
	height: auto;
	margin-right: 20px;
}
.box-topright {
	float: left;
	width: 6px;
	height: 6px;
	background: url(/images/corner_topright.png) no-repeat;
}
.box-right {
	float: left;
	width: 6px;
	height: 255px;
	background: url(/images/corner_right.png) repeat-y 0 0;
}
.box-botleft {
	clear: both;
	float: left;
	width: 6px;
	height: 6px;
	background: url(/images/corner_botleft.png) no-repeat;
}
.box-bot {
	float: left;
	width: 268px;
	height: 6px;
	background: url(/images/corner_bot.png) repeat-x;
}
.box-botright {
	float: left;
	width: 6px;
	height: 6px;
	background: url(/images/corner_botright.png) no-repeat;
}

.box-inner {
	float: left;
	width: 274px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
	text-align: left;
}

.box-inner h2 {
	margin: 0 0 0 0;
	padding: 0.4em 1em;
	color: #eee;
	background: url(/images/barbg.png) repeat-x 0 50%;
	border-bottom: 1px solid #333;
}

.boxcontent {
	padding: 20px 20px 0px 20px;
	width: auto;
	height: 200px;
}

.boxcontent p {
	margin: 0 0.5em 0 0.5em;
	line-height: 1.3em;
}

.boxcontent ul {
	margin: 0 0.25em 0 0.75em;
	padding: 0 0.25em 0 0.75em;
}

.boxcontent ul li {
	line-height: 1.5em;
}


