﻿/* Estrutura */

.contato .left, .contato .right {
	width: 430px;
	display: inline;
	float: left;
}

	.contato .right {
		margin: 0 0 0 40px;
	}

.contato .center {
	width: 100%;
	display: inline;
	float: left;
	clear: both;
}

/* Elementos */

.contato dl {
	width: 100%;
	display: inline;
	float: left;
	margin: 15px 0 10px 35px;
}

	.contato dd {
		margin: 0 0 10px 0;
	}
	
.contato dt {
	font-size: 14px;
	margin: 0 0 2px 0;
}
	
.contato input[type='text'] {
	background: #e0e0e0;
	border: 1px solid #b8b8b8;
	width: 420px;
	height: 18px;
	color: #774200;
	font-size: 13px;
	padding: 4px 4px 0 4px;
}

.contato textarea {
	background: #e0e0e0;
	border: 1px solid #b8b8b8;
	width: 420px;
	height: 60px;
	color: #774200;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
}

	.contato input[type='text']:focus, .contato textarea:focus {
		border: 2px solid #774200;
		_border: ;
	}

.contato input[type='submit'] {
	background: #a65c00;
	border: 1px solid #015b28;
	padding: 0 0 3px 0;
	width: 110px;
	height: 20px;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	vertical-align: middle;
	display: inline;
	float: right;
	cursor: pointer;
	margin-right: 35px;
}

	.contato input[type='submit']:hover {
		border: 1px solid #000;
		background: #464646;
		color: #e0e0e0;
	}

.contato address {
	widows: 750px;
	height: 25px;
	display: inline;
	float: left;
	padding: 6px 0 0 0;
}

.contato .mapa {
	background: #e0e0e0 url(/images/mapa.jpg) top left no-repeat;
	border: 1px solid #b8b8b8;
	width: 428px;
	height: 180px;
}

	.contato .mapa:hover {
		border: 1px solid #3dbc74;
	}
	
	.contato .mapa a {
		display: block;
		width: 428px;
		height: 180px;
	}
	
		.contato .mapa a:hover {
			background: url(/images/mapa-hover.png) top left no-repeat;
		}
