.TBook {
  background: #08991b;
  background-image: -webkit-linear-gradient(top, #08991b, #0c6b28);
  background-image: -moz-linear-gradient(top, #08991b, #0c6b28);
  background-image: -ms-linear-gradient(top, #08991b, #0c6b28);
  background-image: -o-linear-gradient(top, #08991b, #0c6b28);
  background-image: linear-gradient(to bottom, #08991b, #0c6b28);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #f5690c;
  font-size: 20px;
  padding: 6px 6px 6px 6px;
  text-decoration: none;
}

.TBook:hover {
  background: #4ffc3c;
  background-image: -webkit-linear-gradient(top, #4ffc3c, #86d934);
  background-image: -moz-linear-gradient(top, #4ffc3c, #86d934);
  background-image: -ms-linear-gradient(top, #4ffc3c, #86d934);
  background-image: -o-linear-gradient(top, #4ffc3c, #86d934);
  background-image: linear-gradient(to bottom, #4ffc3c, #86d934);
  text-decoration: none;
}

.TBook{
	margin:auto;
	width:149px;
	height:35px;
	background-image: url(images/BookNowB.png);
	font-size:16pt;
	font-weight:600;
	color:#e5bf3a;
	font-family:Verdana, Geneva, sans-serif;
	padding:8px 0 0 2px;
}
.TBook:hover{
	background-image: url(images/BookNowR.png);
	color:#444;
}