@charset "utf-8";
.block {
	padding: 8px;
	float: left;
	height: 200px;
	width: 240px;
	border: thin solid #FF66FF;
	clear: none;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.model_photo {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 100px;
}
.comment {
	margin: 0px;
	padding: 0px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 190px;
	font-size: small;
}
.smalltitle {
	font-size: 12px;
	color: #0000FF;
	line-height: 18px;
}
.block_b {
	border: thin solid #FFCC00;
	float: left;
	padding: 8px;
	clear: none;
	height: 200px;
	width: 240px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.block_c {
	padding: 8px;
	clear: none;
	float: left;
	height: 200px;
	width: 240px;
	border: thin solid #00CCFF;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.block_x {
	padding: 8px;
	clear: none;
	float: left;
	height: 200px;
	width: 240px;
	border: thin solid #00FF99;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}

