/* ============ LightBox ============= */

#container-lightbox {
	width:500px;
	text-align:left;
}

#overlay {
	padding:0;
	border:0;
	display:none;
	width:100%;
	height:800px;
	position: absolute;
	z-index:20;
	opacity: 0.50;
	color: #000000;
	background-color: #000000;
	z-index:100;
}

*#overlay {
	filter: alpha(opacity = 50);
}

#lightbox {
	display:none;
	position:absolute;
	top: 50px;
	z-index:1000;
}

#lightbox1 {
	background-image:url(images/fundo_lightbox_meio.png);
	background-repeat:repeat-y;
	background-position: 3px;
	*background-position: 2px;
	width:500px;
	margin-top:0px;
	padding-bottom:5px;
}

#lightbox-maisdetalhes, #lightbox-indique, #lightbox-imovelideal, #lightbox-mensagens, #lightbox-cadastre_se {
	text-align:left;
	display:none;
	width:480px;
	border:0;
}

.inputPadrao {
	border:0;
	background-image:url(images/campo_telefone.jpg);
	width:375px;
	background-position:-8px;
	height:17px;
	padding:10px;
}

.inputMenor {
	border:0;	
	background-image:url(images/campo_ddd.jpg);
	width:26px;
	background-position:-8px;
	height:17px;
	padding:10px;
	margin-right:13px;
}

.botao_fechar {
	padding-bottom:10px;
	padding-right:15px;
	text-align:right;
	width:99%;
}

fieldset {
	border:0;
}

label {
	display:block;
}

input {
	margin-bottom:5px;
}

.iLinhaInteira {
	border:0;
	background-image:url(images/campo_telefone.jpg);
	width:375px;
	background-position:-8px;
	height:17px;
	padding:10px;
}

.iLinhaInteira input {
	border:0;
	width:370px;
	background:transparent;
	height:17px;
}

textarea {
	width:455px;
	height:86px;
	overflow: hidden;
	background:transparent;
	border: 0;
	font-family:Verdana,Arial;
	font-size:12px;
}

.iMsg {
	border:0;	
	background-image:url(images/campo_mensagem.jpg);
	width:459px;
	background-position:-10px;
	height:90px;
	padding:10px;
}
