#recom {
	z-index: 10;
	position: absolute;
	top: 100px;
	left: 400px;
	width: 290px;
	height: 380px;
	
	background-color: #cccccc;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	
	padding: 4px;
	display: none;
}

#recom_status {
	display: none;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
