@charset "utf-8";

.form {
	margin: 0 -10px;
    width:400px;
}

	.form label {
		display: block;
		float: left;
		margin: 0 10px 10px;
	}
	
	.form label span {
		display: block;
		padding-bottom:3px;
	}

	.form label input{
		height: 23px;
	}

	.form label textarea {
		height: 150px;
	}
	
	.form label input,
	.form label textarea{
		display: block;
		font-family: Tahoma, sans-serif;
		width: 100%;	
		background: #eee;
		color: #0f49d8;
		border-top: 1px solid #ccc;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}

#fim {
	text-align: right;
	padding: 0 10px;
	height: 40px;
}

	#fim button {
		font-weight: bold;
		color: #fff;
		width: 140px;
		height: 30px;
		font-family: "Century Gothic", sans-serif;
		cursor: pointer;
		background: url(../img/padrao/bgTextura.jpg);
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		#fim button:hover {
			background: #57aafe;
		}
	
	#fim em {
		font-size: 90%;
		font-style: normal;
		line-height: 30px;
	}
	
.contatoBox{
	width:380px;
}
.estamos{
	width:230px;
	padding-bottom: 15px;
}
	.estamos iframe {
		display: block;
	}
	.estamos address{
		font-style:normal;
		padding-bottom: 15px;
	}

.col1 { width: 140px; }
.col2 { width: 220px; }
.col3 { width: 380px; }