@charset "utf-8";
/* CSS Document */
/* Copyright BR Thompson Co 2008 http://www.web-management.ca/brt-copyright.html */
form {
	border: 4px outset #FFFFFF;
	background-color: #FFF;
	color: rgb(2, 77, 142);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	height: auto;
	width: 425px;

	font-weight: bold;
	margin: auto;
	padding: 0px;
 }
.hotel{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 429px;
	float: left;
	clear: both;
}
form a{
	font-size:1.1em;
	color: #48696f;
	text-decoration: none;
	font-weight: bold;
}
form a:hover{
	color: #333;
	text-decoration: underline;
}
input {
	background-color: #FFFFFF;
	color: rgb(2, 77, 142);
	font-weight: 200;
	font-size: 1em;
	margin-left: 10%;
	padding: 0px;
 }
textarea {margin-left: 10%;
	background-color: #FFFFFF;
	color: rgb(2, 77, 142);
	font-weight: 200;
	font-size: 1em;
 }
select {margin-left: 10%;
	background-color: #FFFFFF;
	color: #48696f;
	font-weight: 200;
	font-size: 90%;

 }
.button {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(2, 77, 142);
	color: #FFF;
	font-weight: bold;
	border: 4px outset rgb(255, 204, 0);
	margin-top: 8px;
	margin-left: 33%;
	display: inline-block;
}
