  
  
  input{
	background-color:white;
    color:gray;
	width:250px;
  }
  .botaoEnviar {
	background-color:red;
	color: white; 
	cursor: pointer;
	min-width: 29px;
	min-height: 19px;
	border-radius: 3px;
}

    table {
		/*border-collapse:collapse;*/
        /*table-layout:fixed;*/
		background-color:#6a5138 /*#10243e; */
		width: 250px;
		/*padding: 5px;*/
		border-spacing: 15px;
    }
	
	.localizacao {
		text-align:left;
		/*text-align:center;
		text-align:right;*/
    } 