html, body {
  background-color: #000;
}

a {
  text-decoration: none;
  color: #fff;
}

#logo {
  position: relative; 
  z-index: 2; 
  top: 0; left: 40px; 
  width: 295px; height: 240px; 
  background-image: url(/images/hotel/logo-bgr.png); 
  text-align: center;
}

#ui-datepicker-div {
  z-index: 99;
}

#content h2,
#sidebar h2 {
  font-size: 16px;
  font-family: "Times New Roman", "verdana", Times, Serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  padding: 0.3em 0;
  margin: 0 0 0.5em 0;
  background-image: url(/images/hotel/h2-bgr.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#sidebar h2 {
  font-size: 14px;
  background-position: left bottom;
}

#sidebar .sidebar_menu_item {
  cursor: pointer;
}

#sidebar-search {
  margin: 15px 20px 19px 0; 
  height: 37px;
}

#menu {
  padding: 14px 0 10px 25px; margin: 0;
	list-style-type: none; list-style-image: none;
}

#menu li {
  display: inline;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  text-shadow: 0 0 2px #FFFFEE;
}

#menu li.separator { 
  color: #000;
}

#menu a {
  text-decoration: none;
  text-shadow: 0 0 2px #000;
}

input[type=submit] {
  width: 113px;
  height: 35px;
  background: url(/images/hotel/submit-bgr.png);
  border: none;
  padding: 5px 0 0 10px;
  color: #fff;
  text-align:left;
  cursor: pointer;
}

.rounded {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
