html {
	overflow-y: scroll;
	margin: auto;
	padding: auto;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Georgia, san-serif;
	color: #416e50;
}

body {
	background-color: #e6ede5;
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
}

.head {
	display: block;
	text-align: left;
	margin: 10px auto;
	padding: auto;
	width: 790px;
	height: 123px;
	background: #fff url(images/greenford-guest-cottage-logo.png) -7px -1px no-repeat;
	border: 2px solid #8b9a87;
  -moz-border-radius: 30px;
}

.border-top {
	padding-top: 13px;
	font-weight: bold;
	font-size: 14px;
}

.body {
	display: block;
	text-align: center;
	margin: 10px auto;
	padding: auto;
	width: 790px;
	background: #fff;
	border: 2px solid #8b9a87;
  -moz-border-radius: 30px;
}

.main {
	display: block;
	text-align: center;
	padding: 15px 15px 5px 15px;
	font-weight: bold;
}

.title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.cottage {
	text-align: left;
	padding: 10px;
	margin: 0 20px 20px 20px;
}

.cottage ul{
	padding: 0;
	margin: 0 0 0 20px;
	list-style-image: url(images/list-style-image.png);
}

.text {
	text-align: center;
	padding: 10px;
	margin: 0 20px 20px 20px;
}

.garden {
	display: block;
	height: 209px;
	width: 790px;
	background: #fff url(images/pictures/beautiful-garden-outside-guesthouse.png) 0 0 no-repeat;
	margin-bottom: 20px;
	border-top: 2px solid #8b9a87;
	border-bottom: 2px solid #8b9a87;
}

.inside {
	display: block;
	height: 209px;
	width: 790px;
	background: #fff url(images/pictures/inside-styish-kitchen-living-bedroom-guesthouse.png) 0 0 no-repeat;
	margin-bottom: 20px;
	border-top: 2px solid #8b9a87;
	border-bottom: 2px solid #8b9a87;
}

.outside {
	display: block;
	height: 209px;
	width: 790px;
	background: #fff url(images/pictures/lovely-garden-wedding-bride-outside-guesthouse.png) 0 0 no-repeat;
	margin-bottom: 20px;
	border-top: 2px solid #8b9a87;
	border-bottom: 2px solid #8b9a87;
}

.footer {
	color: #809F77;
}

.footer span {
	color: #95AF8E;
}

.book-now {
	display: block;
	width: 100px;
	height: 33px;
	color: #809F77;
}

.book-now:hover {
	text-decoration: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form ul li {
	margin-bottom: 5px;
	text-align: left;
}

form ul li label {
	display: block;
	float: left;
	width: 130px;
  white-space: nowrap;
}

form ul li input[type='submit'], form ul li input[type='button'] {
  font-size: 14px;
}

.ui-datepicker {
  z-index: 99999 !important;
}

#booking_form, #result_true {
  text-align: left;
}
