#header-cadastra h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:10px 0 10px 10px;
	height:25px;
	text-indent:-9999px;
	background:url(../mod_img/cadastro_imovel/header-CadastreImovel.jpg) no-repeat;
}

#modCadastroImovel .ui-tabs-nav li
{
	list-style:none;
	float: left;

}

#modCadastroImovel .ui-tabs-hide
{
	display:none;
}

#modCadastroImovel .ui-tabs-panel
{
	color:#000;
}


#menu_tab.ui-tabs-nav li a:link,#menu_tab.ui-tabs-nav li a:visited
{
	position:relative;
	display:inline;
	background: url(../mod_img/cadastro_imovel/top_non_selected.gif) no-repeat;
	font-family: verdana;
	font-size:10px;
	float:left;
	width:132px;
	text-align:center;
	line-height:30px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	z-index:2;
	white-space: nowrap;
	
}
#modCadastroImovel #menu_tab.ui-tabs-nav li a:hover,#menu_tab.ui-tabs-nav li a:focus,#menu_tab.ui-tabs-nav li a:active,#menu_tab.ui-tabs-nav .ui-tabs-selected a:hover,#menu_tab.ui-tabs-nav .ui-tabs-selected a:visited,#menu_tab.ui-tabs-nav .ui-tabs-selected a:link 
{
	position:relative;
	display:inline;
	background: url(../mod_img/cadastro_imovel/top_selected.gif) no-repeat;
	font-family: verdana;
	font-size:10px;
	float:left;
	width:132px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	z-index:2;
	outline:none;
	white-space: nowrap;
}
#menu_valores.ui-tabs-nav li a:link,#menu_valores.ui-tabs-nav li a:visited
{
	width:181px;
	height:30px;
	line-height:20px;
	position:relative;
	font-family: verdana;
	font-size:10px;
	float:left;
	text-align:center;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	z-index:2;
	background: url(../mod_img/cadastro_imovel/on.jpg) no-repeat;
	white-space: nowrap;

}
#modCadastroImovel #menu_valores.ui-tabs-nav li a:focus,#menu_valores.ui-tabs-nav li a:active,#menu_valores.ui-tabs-nav .ui-tabs-selected a:hover,#menu_valores.ui-tabs-nav .ui-tabs-selected a:visited,#menu_valores.ui-tabs-nav .ui-tabs-selected a:link 
{
	width:181px;
	height:30px;
	line-height:20px;
	position:relative;
	font-family: verdana;
	font-size:10px;
	float:left;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	z-index:2;
	outline:none;
	background: url(../mod_img/cadastro_imovel/off.jpg) no-repeat;
	white-space: nowrap;
}
#modCadastroImovel #menu_valores.ui-tabs-nav li a:hover
{
	width:181px;
	height:30px;
	line-height:20px;
	position:relative;
	font-family: verdana;
	font-size:10px;
	float:left;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	z-index:2;
	background: url(../mod_img/cadastro_imovel/over.jpg) no-repeat;
	white-space: nowrap;
}

/* Additional IE specific bug fixes... */
* html #modCadastroImovel .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html #modCadastroImovel .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


#modCadastroImovel{
	position:relative;
		margin:4px auto 0 auto;
	_width:610px;
	padding:0  1px 0  2px;
	_padding:0 0px 0 4px;
}

#modCadastroImovel #erro_formulario{
	width:400px;
	height:300px;
	z-index:3;
	margin-left:120px;
	margin-top:100px;
	position:absolute;
	/*display:none;*/
	border:1px solid #FFFFFF;
	background-color:#CCC;
}

#modCadastroImovel #box{
    position:relative;
	background:#E89494; /* declare background color for container to avoid distorted fonts in IE while fading */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
/*	margin-left:4px;
	margin-top:60px;
	*margin-top:-20px;*/
	min-height:660px;
	height:auto !important;
	height:660px;
	clear:both;
}

#modCadastroImovel .campo_texto{
	width:300px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#modCadastroImovel .campo_texto2{
	width:180px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#modCadastroImovel .campo_texto3{
	width:20px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;

}

#modCadastroImovel .campo_numero{
	width:75px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#modCadastroImovel .campo_fone{
	width:100px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#modCadastroImovel .titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	background-color:#D84747;
	margin-top:10px;
	margin-left:5px;
	padding:4px 1px;
	width:600px;
	text-indent:10px;

}


#modCadastroImovel .texto_cadastra{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

#modCadastroImovel #campo_apartamento{
	display:none;
}

#modCadastroImovel #campo_comercial{
	display:none;
}

#modCadastroImovel #campo_rural{
	display:none;
}

#modCadastroImovel #obs_apartamento{
	display:none;
	text-indent:160px;
}

#modCadastroImovel #obs_rural{
	display:none;
	text-indent:180px;

}

#modCadastroImovel #composicao_campos_rural{
	display:none;
}

#modCadastroImovel #composicao_comercial{
	display:none;
}

#modCadastroImovel #geral_apartamento{
	display:none;
}

#modCadastroImovel #geral_terreno{
	display:none;
}

#modCadastroImovel #geral_rural{
	display:none;
}

#modCadastroImovel #obs_permuta{
	position:absolute;
	display:none;
	text-indent:150px;

}

#modCadastroImovel #permuta{
 display:none;
}

#modCadastroImovel #pagamento_venda{
	display:none;
}

#modCadastroImovel #pagamento_locacao{
	display:none;
}

#modCadastroImovel #pagamento_temporada{
	display:none;
}

#modCadastroImovel #nenhuma_dispo{
	display:none;
	text-align:center;
	margin-top:10px;
}


#modCadastroImovel .proximo{
	cursor:pointer;
	background-image: url(../mod_img/cadastro_imovel/proximo.jpg);
	width: 79px;
	height: 17px;
	margin-left:-20px;
}

#modCadastroImovel .anterior{
	cursor:pointer;
	background-image: url(../mod_img/cadastro_imovel/anterior.jpg);
	width: 79px;
	height: 17px;
}

#modCadastroImovel #enviar{
	cursor:pointer;
}


#modCadastroImovel #enviar_frm {
	background-image:url(../mod_img/cadastro_imovel/enviar.jpg);
	width:79px;
	height:17px;
	cursor:pointer;
	border:0px;
	overflow:hidden;
}