@charset "utf-8";

.form {
	margin: 0 -10px;
    width:400px;
}

	.form label {
		display: block;
		float: left;
		margin: 0 10px;
		min-height: 45px;
	}
	
	.form label span {
		display: block;
		padding-bottom:2px;
	}

	.form label input{
		height: 20px;
	}

	.form label textarea {
		height: 100px;
	}
	
	.form label input,
	.form label textarea{
		width: 100%;	
		background: #cce1f4;
		color: #1e334e;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		font-family: Arial, Helvetica, sans-serif;
		}

#fim {
	text-align: right;
	padding: 10px 10px 0;
	height: 35px;
}

	#fim button {
		width: 140px;
		height: 25px;
		cursor: pointer;
	}
	
	#fim em {
		line-height: 25px;
	}
	
.contatoBox{
	width:380px;
}
.estamos{
	width:270px;
	padding-bottom: 10px;
}
	.estamos iframe {
		border: 2px solid #eee;
		padding: 1px;
	}
	.estamos address{
		font-style:normal;
		padding-bottom: 15px;
	}

.col1 { width: 140px; }
.col2 { width: 220px; }
.col3 { width: 380px; }