/* CSS Document */

html {
	margin: 0px;
}

body {
	margin: 0px;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}#principal {
	height: 570px;
	width: 870px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
#principal #lateral_esquerda {
	height: 491px;
	width: 499px;
	float: left;
}

#principal #imagem {
	float: left;
	height: 380px;
	width: 499px;
}
#principal #imoveis_curi {
	height: 111px;
	width: 499px;
	float: left;
}
#imoveis_curi h1 {
	font-family: Arial;
	color: #5c6264;
	font-size: 18px;
	text-align: center;
	margin: 0px;
	font-weight: normal;
}
#principal #lateraldireita {
	float: left;
	height: 491px;
	width: 371px;
}
#principal #lateraldireita .logo {
	margin-top: 8px;
}

#principal #rodape {
	height: 79px;
	width: 870px;
	float: left;
}
#principal #lateraldireita h2 {
	font-family: Arial;
	font-size: 12px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	color: #5c6264;
}
#rodape .imgparceiros {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 7px;
}
#imoveis_curi .imglink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#formulariocontato td {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	color: #404039;
	height: 23px;
}
#formulariocontato #procuro {
	background-color: #F5F5F5;
}
#formulariocontato input {
	height: 17px;
	border: 1px solid #D8D8D8;
	background-image: url(../imagens/inputcontato.gif);
	background-repeat: repeat-x;
}
#formulariocontato select {
	height: 19px;
	border: 1px solid #FAE2C9;
	background-color: #FEFAF5;
	font-family: Verdana;
	font-size: 10px;
	color: #67675d;
}
#formulariocontato textarea {
	border: 1px solid #D8D8D8;
	background-color: #F7F7F7;
}
#formulariocontato .botaogeral {
	background-image: url(../imagens/fundoinput.gif);
	height: 18px;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #D8D8D8;
	background-color: #F7F7F7;
	margin-top: 2px;
}
#principal #lateraldireita form {
	margin: 0px;
}


#acoes #sucesso {
	width: 370px;
	background-color: #FFF3E1;
	border: 1px solid #009900;
	text-align: center;
	padding-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	filter: alpha(style=0,opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	position: absolute;
	z-index: 10;
}
#acoes #sucesso a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#acoes #sucesso a:hover {
	text-decoration: underline;
}
#acoes #sucesso h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#acoes #sucesso span {
	font-family: Arial;
	font-size: 12px;
	color: #009900;
}


#acoes #erro {
	width: 370px;
	background-color: #FFF8F4;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	filter: alpha(style=0,opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	position: absolute;
	z-index: 10;
	border: 1px solid #FF0000;

}
#acoes #erro a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#acoes #erro a:hover {
	text-decoration: underline;
}
#acoes #erro h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#acoes #erro span {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}

