@charset "utf-8";
/* CSS Document */

.print_return {
	display: block;
	background-color: #FFFFCC;
	font-size: 16px;
	padding: 15px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
.print_return a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
