{literal}
<style type="text/css">
<!--
#test{
}
body {
	margin: 0px;
	font-family: sans-serif;
	background-color:#fff;
}
#container {
	margin-top:10px;
	padding:20px 0px;
	background-color:#fff;
	//border:1px black solid;
	//width:1160px;
	//margin:0 auto;
}
#bookingsite_box{
	clear:both;
	padding:10px;
	border:1px #eee solid;	
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	margin-bottom:20px;
}
#bookingsite_img{
//	width:13%;
//	float:left;
margin-bottom:20px;
text-align:center;
}
#bookingsite_img img{
	100%;
}
#bookingsite_content{
	//border:1px #ccc solid;
	//width:76%;
	//float:left;
	//margin:left:10px;
	font-size:15px;
	line-height:30px;
}
#bookingsite_content a{
	text-decoration:none;
	color:#003399;
}
#bookingsite_content a:hover{
	text-decoration:underline;
	color:#003399;
}
#bookingsite_button{
	width:100%;
	//border:1px #ccc solid;
	margin:20px 0px;
	padding:10px 0px;
	//background-color:orange;
	//float:right;
	text-align:center;	
}
#bookingsite_button a{
	//width:100%;
	text-decoration:none;
	padding:8px 120px;
	background-color:#ffd814;
	color:#000;
	border-radius:5px;
	font-size:13px;
	//font-weight:bold;
}
#bookingsite_button :hover{
	background-color:#ffc813;
	box-shadow: 2px 2px #eee;
}
#clear{
	clear:both;
}
</style>
{/literal}