
#comodoLogo {
  border: 0px;
  float: right;
  margin-top: -77px;
  width: 100px;
}

#bookDiv{
  text-align:center;
}

#acceptButton{
  background:url(/content/images/Booking_BT_off.png) no-repeat;
  width: 290px;
  height: 60px;
  display:block;
  margin-left:220px;
}
#acceptButton:hover{
  background:url(/content/images/Booking_BT_on.png) no-repeat;
  width: 290px;
  height: 60px;
  display:block;
  margin-left:220px;
}

