#ff_popup
{
	display: none;
	position: absolute;
	left: 300px; top: 0px;
	width: 610px; height: 710px;
	background: url("../img/ff_red.png") no-repeat left top;
	z-index: 100;
}

#ff_scroll
{
	margin: 100px 48px 48px 50px;
	width: 510px; height: 562px;
	overflow-y: scroll;
}

#ff_close
{
	float: right;
	margin-right: 90px;
	margin-top: 56px;
	width: 35px; height: 29px;
	display: block;
	background: url("../img/ff_close.png") no-repeat;
}

#ff_inner { padding: 20px 10px 20px 30px; }