#buscas {
	padding:10px 0 0 0;
	overflow: hidden;
}
#buscas div {
	background: url("../imagens/bg_barra_gr.gif") no-repeat;
	width: 770px;
	height: 60px;
}
#buscas div.registro {float:left;}
#buscas div.busca    {float:left;margin-left: 10px;}

b a {
	font-weight: bold;
}

/* TAMANHOS DO REGISTROS DE DOMINIO*/
form.fRegistro b{
	width: 205px;
}
form.fRegistro label input {
	width: 380px;
	_width: 390px;
	*width: 390px;
}
form.fRegistro label select {
	margin: 12px 5px 0px 5px;
	*margin: 13px 5px 0px 5px;
	_margin: 14px 5px 0px 5px;
	float: left;
}
form.fRegistro input {
	margin-top: 12px;
}

table.registro {
	background: none;
	font-size: 11px;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

table.registro caption {
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica;
	font-size: 1.8em;
	color: #ff9900;
	height: 25px;
	background: none;
	text-align: left;
	text-indent: 10px;
	font-size: 13px;
}

table.registro th {
	background: url("../imagens/bg_table_registro.gif") repeat-x;
	height: 30px;
	text-indent: 10px;
	border-left: 1px #fff solid;
	color: #fff;
	width: 253px;
}

table.registro th.first {
	border-left: 1px #c2c2c2 solid;
}

table.registro tbody td {
	text-indent: 10px;
	width: 253px;
}

table.registro tbody tr {
	border-bottom: solid 1px #c2c2c2;
}

.text_left {
	text-align: left;

}
table.registro tbody td a {
	background: url("../imagens/registre.gif") no-repeat center;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	height: 22px;
	cursor:pointer;
}

.vermelho {
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}

#destaques,
#destaques a {
	height: 250px;
	cursor:pointer;
}
#destaques a {
	background: #CCC;
	float: left;
	margin:0 0 0 10px;
	width: 185px;
	
}
#destaques a.destaque_01 {
	margin: 0;
	cursor:pointer;
}

form.fRegistro b{
	background: url(../imagens/txt_registro2.gif) no-repeat;
}

table tbody tr.row_off {
	display: none;
}

table tbody tr.row_on {
	display: visible;
}

.cidadeestado {
	background: url(../imagens/cidade-estado.jpg) no-repeat;
	width: 770px;
	height: 50px;
}

.cidadeestado img {
	float: left;
	margin-left: 10px;
	margin-top: 13px;
	cursor: pointer;
}
.cidadeestado select {
	float:left;
	margin-left: 290px;
	margin-top: 13px;
	width: 395px;
}

div#formConsulta{
	display:none;
	background:#000000;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

div#formulario{
	display:none;
	width: 450px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -225px;
	position: absolute;
	border: 1px solid black;
	background:#fff;
	overflow:hidden;
	z-index:2;
	padding:10px;
}
div#formulario div#topConsulta{
	width:440px;
	height:28px;
	background:url(../imagens/chat_topo.jpg) no-repeat;
	padding-top:55px;
	padding-right:10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
div#formulario form{
	padding:20px;

}
