label.error {
	display: block;
	color: red;
	font-style: italic;
	padding-left:3px;
	font-size:smaller;
}
div.error {
	display: none;
}
input {
	border: 1px solid black;
}
input:focus {
	border: 1px solid #ced542;
}
input.error {
	border: 1px solid red;
	background-color: #FFDFDF;
}.wrapper div div #left-col #weather {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	width: 150px;
}
.floatleft {
	float: left;
	margin-right: 7px;
}
.wrapper div div #content table tr .BODY-tablecell #tripadvisor {
	float: left;
	width: 165px;
	margin-right: 7px;
}
