#clip_comp {
  display: block;
  position: absolute;
  visibility: visible;
}

div.hotelFavorite {
	z-index : 1;
	position: relative;
	width : 200px;
	padding : 20px 0 0 0;
	background-image : url(/share/favorite/images/favorite_comment2.gif);
	background-repeat : no-repeat;
	background-position : top;
	border-bottom : 1px solid #BAB06A;
	font-size : 78%;
}
div.hotelFavorite p#hotelFavoriteMessage{
	margin: 5px 5px 5px 10px;
	color: #543410;
}
div.hotelFavorite img#hotelFavoriteClose{
	position: absolute;
	top: 20px;
	right: 5px;
	border : 0;
}
div.hotelFavorite p#hotelFavoriteLink{
	margin: 0 ;
	padding : 0 0 10px 0;
	text-align: center;
}
div.hotelFavorite p#hotelFavoriteLink img{
	margin-right: 3px;
}
