/* CSS Document */

body{
	background-color:#E0DFDB;
	margin:0;
}

#corpo{
	background-color:#E0DFDB;
	height:600px;
	width:120px;
}

#logo{
	background-image:url(../_img/Topo.gif);
	height:120px;
	width:120px;
}

#sel{
	background-repeat:repeat-y;
	background-image:url(../_img/Tile.gif);
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom:6px;
	width:120px;
}

#destino{
	background-repeat:repeat-y;
	background-image:url(../_img/Tile.gif);
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom:6px;
	width:120px;
}

#saudacao{
	color:#AA3500;
	font-weight:bold;
	margin-bottom:4px;
	text-align:center;
}

#texto_agradece{
	margin-left:4px;
	text-align:center;
	width:99px;
}

#contato{

	display:none;
	
	background-repeat:repeat-y;
	background-image:url(../_img/Tile.gif);
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:6px;
	width:120px;
}

.fundoVerde{
	background-color:#E4DEDE;
	padding-bottom: 4px;
}

#aguarde{
	
	display:none;

	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:4px 3px 10px 7px;
	width:107px;
}

#agradece{

	display:none;

	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:4px 3px 10px 7px;
	width:107px;
}

p{
	margin:0;
	margin-left:10px;
	width:100px;
}

.separa{
	display:block;
	height:12px;
}

.txt{
	border: 1px solid #5A8EAF;
	font-size:10px;
	height:15px;
	padding:0;
	margin:0;
	width:75px;
}

#consultar{
	height:18px;
	width:53px;
}

#enviar{
	height:18px;
	margin-top:6px;
	width:38px;
}

form{
	margin-top:10px;
}
