@charset "utf-8";
/* CSS Document */

contact_form{
width:310px;
height:auto;
padding:10px 0 0 60px;
}
.form_row{
float:left;
padding:4px 0 4px 0;
}
label{
width:70px;
float:left;
padding:3px 5px 0 0;
color:#59a5bf;
text-align:right;
}
input.form_nome{
	width:220px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #000000;
}

input.form_cidade{
	width:220px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #000000;
}

select.form_uf{
	width:220px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #000000;
}

input.form_email{
	width:220px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #CCCCCC;
}

input.form_telefone{
	width:100px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #000000;
}

input.entrada{
	width:135px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #000000;
}

input.saida{
	width:135px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #000000;
}

select.adulto{
	width:55px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #CC0000;
}

select.crianca{
	width:55px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #CC0000;
}

select.evento{
	width:150px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #CC0000;
}

select.apartamento{
	width:150px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #CC0000;
}

select.dias{
	width:120px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #CC0000;
}


select.quartos{
	width:120px;
	height:20px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #CC0000;
}

textarea.form_mensagem{
	width:230px;
	height:100px;
	float:left;
	border:1px #CCCCCC solid;
	background-color:#FFFFFF;
	color: #CCCCCC;
}
.destino{
width:62px;
height:24px;
display:block;
background:url(images/read_more_bg_white.gif) no-repeat center;
background-position:0px 0px;
line-height:22px;
color:#FFFFFF;
text-decoration:none;
padding-left:40px;
float:right;
margin:10px;
}
