@charset "UTF-8";
/* CSS Document */
#partnerBox {
	width: 280px;
	margin-right: 5px;
	margin-left: 5px;
	height: 250px;
	float: left;
	background-image: url(../images/rpt_bx.gif);
	background-repeat: repeat-x;
	border: 1px solid #d6d6d6;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
	line-height: 16px;
}
.clear {
	clear: both;
	margin-bottom: 5px;
	height: 5px;
}
