div.hs_buttons {
	position:absolute;
	right:0px;
	bottom:0px;
}

div.btn {
	height:24px;
	line-height:24px;
	background-repeat:no-repeat;
	text-align:center;
	color:white;
	cursor:pointer;
	float:right;
}

div.btn_opis {
	width:92px;
	background-image:url('btn_opis.gif');	
}

div.btn_book {
	width:123px;
	background-image:url('btn_book.gif');
	margin-left:3px;
}

.hs_buttons a {	
	font-size:12px;
	font-weight:bold;
}

.hs_buttons .sep {
	margin-left:10px;
	margin-right:10px;
}

