@charset "utf-8";
/* CSS Das páginas do Venda e Alugue */

#cont-venda {
	width: 912px;
	margin: 0 auto;
}
	#cont-venda ul {
		display: block;
		height: 72px;
		width: 912px;
		margin: 0 auto;
		background: url(../imagens/bg/menu-venda.jpg) no-repeat 0 bottom;
	}
		#cont-venda ul li {
			display: block;
			float: left;
			text-indent: -9990px;
			overflow: hidden;
			width: 273px;
			height: 37px;
			margin: 18px 0 0 26px !important;
			margin: 18px 0 0 13px;
		}
		#cont-venda ul li.venda {background: url(../imagens/botoes/venda.jpg) no-repeat;}
			#cont-venda ul li a.venda {
				display: block;
				width: 273px;
				height: 37px;
				background: url(../imagens/botoes/venda2.jpg) no-repeat;
			}
		#cont-venda ul li.aluga {
			background: url(../imagens/botoes/alugue.jpg) no-repeat;
			height: 39px;
		}
			#cont-venda ul li a.aluga {
				display: block;
				width: 273px;
				height: 37px;
				background: url(../imagens/botoes/alugue2.jpg) no-repeat;
			}
	#cont-venda .body-form {
		width: 912px;
		margin: 0 auto;
		padding: 17px 0 0;
		background: url(../imagens/bg/venda-box.jpg) repeat-y;
	}
		#cont-venda .body-form .body-form-inf {
			width: 912px;
			height: 19px;
			background: url(../imagens/bg/venda-box-inf.jpg) repeat-y;
		}	
		#cont-venda .body-form .venda_tit {
			width: 857px;
			height: 195px;
			margin: 0 auto 20px auto;
			font-size: 12px;
			background: url(../imagens/bg/venda-tit.jpg) no-repeat;
		}
			#cont-venda .body-form .venda_tit p {
				display: block;
				padding: 120px 78px 0 335px;
			}
		#cont-venda .body-form .aluga_tit {
			width: 857px;
			height: 220px;
			margin: 0 auto 20px auto;
			font-size: 12px;
			background: url(../imagens/bg/aluga-tit.jpg) no-repeat;
		}
			#cont-venda .body-form .aluga_tit p {
				display: block;
				padding: 158px 78px 0 335px;
			}
			
		#cont-venda .body-form table {
			width: 876px;
			margin: 0 auto 30px auto;
			padding: 0 0 0;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			border-bottom: 1px solid #bcbcbc;
		}
			#cont-venda .body-form td {padding: 0 2px;}
			#cont-venda .body-form td.fim {
				padding: 0 2px 30px 2px;
			}
		#cont-venda .body-form table.b-none {border-bottom: none;}
		#cont-venda .body-form h2 {
			padding: 0 0 20px 28px;
			font-size: 15px;
			font-family: Arial, Helvetica, sans-serif;
		}
			#cont-venda .body-form table span {color: #5c74b9;}
			#cont-venda .body-form table span.azul {
				color: #5c74b9;
				font-size: 9px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			#cont-venda .body-form table select {
				width: 232px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #777777;
				border: 1px solid #cfcfcf;
				margin: 0 15px 0 6px;
			}
			#cont-venda .body-form table input {
				color: #777777;
				border: 1px solid #cfcfcf;
				font-size: 11px;
				margin-left: 6px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
				#cont-venda .body-form table input.w-104 {width: 104px;}
				#cont-venda .body-form table input.w-217 {width: 217px;}
				#cont-venda .body-form table input.w-326 {width: 326px;}
				#cont-venda .body-form table input.w-42 {
					width: 42px;
					margin-right: 15px;
				}
				#cont-venda .body-form table input.w-188 {width: 188px;}
				#cont-venda .body-form table input.w-397 {
					width: 403px;
					margin-right: 15px;
				}
				#cont-venda .body-form table input.w-50 {width: 50px;}
		#cont-venda .body-form input.bt_enviar {
			width: 132px;
			height: 44px;
			margin: 0 0 0 395px;
			border: none;
			cursor: pointer;
			background: url(../imagens/botoes/enviar.jpg) no-repeat;
		}
	#cont-venda .pree {
		width: 885px;
		font-size: 9px;
		color: #5c74b9;
		text-align: right;
	}
	#cont-venda .sucesso {
		padding: 50px 0 0 59px;
		font-size: 19px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#cont-venda .corretor {
		padding: 17px 0 0 59px;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#cont-venda .voltar {
		padding: 92px 0 0 0;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#cont-venda .voltar a {color:#0a6ca9;}