@charset "utf-8";

.form {
	width: 600px; /* tamanho do maior campo + as margens negativas */
	margin: 0 -10px;
}
	.form label {
		display: block;
		float: left;
		margin: 5px 10px;
		min-height: 45px;
	}
	.form label span {
		display: block;
		margin-bottom: 3px;
	}
	.form label input,
	.form label select,
	.form label textarea{
		color:#333;
		width: 100%;
		background:url(../img/padrao/bg_cont.png);
		font-family: 'Century Gothic';
	}
	.form label input,
	.form label select {	
		height: 36px;
	}
	.form label textarea {
		height: 140px;
	}
	
#fim {
	text-align: righ;
	padding: 10px 10px 0;
	height: 30px; /* valor = a altura do botão */
}
	#fim button {
		cursor: pointer;
		float: left;
		width:185px;
		height:50px;
		background:url(../img/padrao/btn.png) no-repeat;
		font-family:'bebas';
		color:#fff;
		text-transform:uppercase;
		font-size:200%;
		padding:0 10px 3px 0;
	}
	#fim em {
		line-height: 30px; /* valor = a altura do botão */
	}

.col1 { width: 280px; }
.col2 { width: 580px; }


/* Como Chegar */

#comoChegar{
	width:310px;
	height:591px;
	float:right;
	margin-top:50px;
	background:url(../img/padrao/iphone.png) no-repeat bottom left;
	margin: 30px;
	position:relative;
	}
	#comoChegar p{
		font-family: 'Rock Salt', cursive;
		color:#1f3c92;
		font-size:160%;
		padding-left: 30px;
	}
	#comoChegar .map{
		position:absolute;
		top: 139px;
		left: 34px;
		}
.end{
	margin-top:20px;
	}
	
.animacao{
	width:1003px;
	height:263px;
	background:url(../img/padrao/end.png) no-repeat;
	color:#1f3c92;
	font-family:'bebas';
	position:relative;
	font-weight:normal;
	}	
	.animacao span{
		position:absolute;
		}
	.animacao a{
		text-decoration:none;
		color:#1f3c92;
		}		
		.animacao a:hover{
			text-decoration:underline;
			}	


