@charset "utf-8";
/* CSS Document */

*{margin: 0; padding: 0;}

body{
	background-image: url(../imagens/bg_form_contatol.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}
table{
	width: 500px;
	border-collapse : collapse;
}
td{
	padding: 0;
	border: none;		
}

#titulo_formulario_contato{
	position:fixed;
	z-index:999;
	left:0; 
	top:0;
	overflow:hidden;
	padding-top: 7px;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #EEEEEE;
	text-shadow: 1px 1px 0px #888888;
	background: #555555;
	box-shadow: 0px 0px 5px #BBBBBB;
	border-bottom: 1px solid #FFFFFF;
}

#form_de_contato{
	margin: 0 auto;
	width: 500px;
	margin-top: 55px;
	background-image: url(../imagens/bg_1.jpg);
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 10px #EEEEEE;
		
}

.titulo_campos{
	height: 20px;
	font-size: 13px;
	padding-left: 60px;
	padding-top: 2px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #888888;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 8px #DDDDDD;
	text-shadow: 1px 1px 0px #FFFFFF;
	
	
	
}
.titulo_produto{
	float: left;
	width: 163px;
	height: 15px;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #888888;
	text-shadow: 1px 1px 0px #FFFFFF;
}

.input_texto{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
	
}

#textarea_mensagem{
	width: 300px;	
	height: 130px;
	margin-left: 10px;
	padding: 5px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}

.radio_produto{
	margin-left: 10px;
}


#botao_enviar_form{
	width: 90px;
	height: 30px;
	margin: 5px;
	margin-left: 260px;
	background: #333333;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	font-size: 15px;
	color: #EEEEEE;
}
#botao_enviar_form:hover{
	background: #555555;
	color: #FFFFFF;
	box-shadow: 0px 0px 5px #BBBBBB;
	text-shadow: 1px 1px 0px #000000;
	cursor: pointer;
}

#sucesso{
	width: 480px;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 72px;
	margin-bottom: 10px;
	padding-top: 6px;
	height: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #009D4F;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-weight: bold;
	background: #DDFFEE;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 8px #DDDDDD;
}

#erro{
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 6px;
	height: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #EC0000;
	text-shadow: 1px 1px 0px #FFFFFF;
	font-weight: bold;
	background: #FFE1E1;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 8px #DDDDDD;
}
	
#nome_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
#email_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
#celular_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
#nome_hotel_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
#telefone_hotel_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
#endereco_hotel_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
#cep_hotel_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
#cidade_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
#estado_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
#assunto_contato{
	width: 300px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	color: #AAAAAA;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #DDDDDD;
}
	
	
	
	
	

