#allCenterContent{
	height: 420px;
	width: 800px;
	margin: 0 auto;
}

#formContato, #endereco{
	width: 400px;
	height: 380px;
	float: left;
}

#formContato{
	position: absolute;
}

#endereco{
	float: right;
}

#map{
	width: 393px;
	height: 280px;
}

#enderecoText{
	color: #839178;
	font-size: 14px;
}

.inputText{
	background: url("../images/backTextfield.png") no-repeat scroll 0 0 transparent;
    border-radius: 9px;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    width: 365px;
}

.inputTextArea{
	background: url('../images/backTextAreafield.png');
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 365px;
	border-radius: 9px;
}

form input{
	outline: none;
	background: none;
	border: none;
	height: 38px;
	width: 275px;
	color: #586053;
	font-size: 17px;
	padding-left: 10px;
}

form label{
	color: #586053;
	font-size: 17px;
}

form span{
	display: block;
	padding-top: 6px;
	width: 80px;
	float: left;
}

form textarea{
	width: 262px;
	height: 113px;
	margin-left: 10px;
	resize: none;
	outline: none;
	background: none;
	border: none;
	color: #586053;
	font-size: 17px;
	margin-top: 8px;
}

form input[type='submit']{
	float: right;
	cursor: pointer;
	width: 160px;
	margin-right: 18px;
	margin-top: 2px;
}



/* allCenterCenter End */