﻿.clear {
	clear:both;
}
#float-div {
	width:500px;
	margin:0 auto;
	margin-top:15px;
}
#float-div ul li {
	list-style-position:inside;	
}
ul#room-float {
	float:left;
	width:200px;
}

ul#hotel-float {
	float:left;
	width:200px;
}
#places-a {
	text-align:center;
	width:400px;
	margin:0 auto;
	margin-bottom:35px;
}
#places-a a{
	float:left;
	color:#3292A4;
	font-weight:bold;
	font-size:14px;	
	margin-right:5px;
	text-decoration:none;
}
#places-a a span {
	text-decoration:none;
	color:black;
}
#guest-book-fields {
	margin:0;
}
#guest-book-fields li{
	list-style:none;
	margin:5px 0;
	margin-left:0;
}
#guest-book-fields li label {
	display:block;
	width:120px;
	float:left;
	color:#80A1C2;
	font-weight:Bold;
}
#guest-book-fields li input {
	width:250px;
	border:1px solid #86B5E1;
	padding:5px;
}
#guest-book-fields li input:focus {
	border:1px solid gray;	
}
#guest-book-fields li textarea {
	width:250px;
	height:100px;
	border:1px solid #86B5E1;
}
#guest-book-fields li textarea:focus {
	border:1px solid gray;	
}
#submit-but {
	float:right;
	margin-right:130px;
	width:100px !important;
	background:#86B5E1 !important;
	border:0 !important;
	padding:5px !important;
	color:white !important;
}
#submit-but:hover {
	background:gray !important;
}
#pagination-head {
	background:#C1DEE4;
	height:20px;
	display:block;
	padding:10px 10px;
}
#pagination-head a {
	color:#3D9AA5;
	font-weight:bold;
	float:right;
}
#pagination-head select {
	float:right;
	margin:0 10px; 
}
#comments-box {
	background:#EAF4F6;
	padding:5px;
	text-align:right;
	margin:10px 0;
}
#comments-box p {
	text-align:left;
}