.hotels_container {
	width:400px;
	margin:auto;
	padding:5px;
	text-align:left;

}

.preferred_hotels {
	border:1px solid #aaa;
	width:100%;
	margin-top:5px;
}

.preferred_hotels td, th {
	border:1px solid #aaa;
}

#conteudogeral {
	text-align:center;
}

.preferred_hotels th {
	font-size:0.8em;
}
.preferred_hotels label {
	float:left;
	clear:left;
	margin:2px;
	margin-left:10px;
	line-height:22px;
	font-size:1.2em;
}

.preferred_hotels input, select {
	float:right;
	clear:right;
	width:200px;
	margin:2px;
	line-height:22px;
}

h2 .erro {
	border:1px solid #F00;
	background-color:#f1a4a4;
	padding:3px;
	font-size:1.2em;
}

h2.sucesso {
	border:1px solid #19cb49;
	background-color:#b9eac6;
	padding:3px;
	font-size:1.2em;
}

 .preferred_hotels textarea {
	float:right;
	width:395px;
	margin-right:2px;
 }

 .preferred_hotels  .up_img {
	width:230px;
 }
 
 .image img {
	margin:auto;
	margin:2px;
 }
 
 .image {
	border:1px solid #888;
	width:50px;
	text-align:center;
	float:left;
	margin:2px;
 }
 
 .preferred_hotels .obrigatorio {
	color:#F00;
	font-weight:bold;
 }
 
 .form_add td {
	border:0;
 }
