#wishlist-msg {
    display: none;
    height: 2em;
    background-color: #A01D25;
    color: white;
    padding: 1em;
    }
ul.buttons {
	margin: 0;
	padding: 0;
	clear: both;    
	
}

ul.buttons li {
	float: left;
	list-style: none;
	width: 33%;
}

ul.buttons a,
ul.buttons span {
	display: block;
	background-image: url('/typo3conf/ext/hotellist/pi1/res/img/bg_buttons.png');
	font-size: 10px;
	text-align: center;
	width: 123px;
	height: 10px;
	padding: 8px 0;
	color: white;
	line-height: normal;
}
