.text-box {
	width:734px;
	margin-bottom:25px;
	background: #FFF;
}
.text-box-top {
	background: url(/img/text-box/tophalf.png);
	height:25px;
}
.text-box-outer-border {
	width: 732px;
	border-left: solid 1px #010134;
	border-right: solid 1px #010134;
}
.text-box-inner-border {
	padding-left:13px;
	padding-right:13px;
	padding-bottom:7px;
	width:704px;
	border-left:solid 1px #9A9A9A;
	border-right:solid 1px #9A9A9A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.text-box-icon {
	float: left;
}
.text-box-header {
	color: #000;
	font-size: 14px;
	text-align:left;
	border-bottom: solid 1px #000000;
	padding:0;
	margin:0 0 13px 0;
	font-weight:bold;
	width: 641px;
	display: inline-block;
	overflow: hidden;
}
.text-box-header a {
	color: #000;
	text-decoration: none;
}
.text-box-content {
	text-align:left;
	word-wrap: break-word;
	overflow: hidden;
	padding-left:13px;
}
.text-box-bottom {
	background: url(/img/text-box/bottomhalf.png);
	height: 15px;
	width: 734px;
}
.text-box-abuse {
	font-size: 10px;
	padding-left: 8px;
}
.text-box-abuse span {
	color: #330000;
	text-transform: uppercase;
}