/* CSS Document */
.report-layout{
	margin-left:-25px;
	margin-top:-5px;
}
.report-bound{
	width:205px;
	margin-left:25px;
}
.report-bound-top{
	width:245px;
	height:40px;
	background:url(../images/repost-price-top.png) no-repeat;
}
.report-bound-center{
	width:245px;
	height:254px;
	background:url(../images/repost-price-center.png) repeat-y;
}
.report-bound-bottom{
	width:245px;
	height:56px;
	background:url(../images/repost-price-bottom.png) no-repeat;
}

.title-report{
	height: 22px;
	border-radius:5px;
	background: url(../images/pro-title.png) no-repeat;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	padding-left:30px;
	width:210px;
	margin-left:28px;
	color:#FFF;
	text-transform:uppercase;
	padding-top:5px;
}
.bound-list-repost li{
	padding-left:20px;
	list-style:inside;
	width:180px;
}
.report{
	width:205px;
	margin-left:24px;
	margin-top:-5px;
	overflow:hidden;
}
.bound-list-repost li a{
	width:180px;
	font-size:16px;
	color:#666666;
}
.bottom-report{
	float:right;
	padding-right:10px;
	margin-top:10px;
	padding-bottom:10px;
	right:30px;
}
.bottom-report a{
	font-size: 13px;
	color: #663300;
	font-style: italic;
}