label span{
	float:left;
	background:url(../imagens/bg_input02.gif) no-repeat right bottom;
}

label input {
	font-family: arial, helvetica;
	font-family:12px;
	float: left;
	background:url(../imagens/bg_input01.gif) repeat-x;
	border:0;
	color: #333;
	padding: 5px 0 4px 3px;
	margin-right: 5px;
	
}
label b {
	line-height: 1.5em;
}
.botao {
	border: none;
	font-size: 1px;
	text-indent: -999px;
	height: 25px;
	width: 65px;
}
#botao_acessar {background: url(../imagens/botao_acessar.gif) no-repeat;}
#botao_buscar1,
#botao_buscar2 {background: url(../imagens/botao_buscar.gif) no-repeat;}

/* TAMANHOS DO WEBMAIL */
form.fWebmail label input {
	width: 155px;
	margin-top: 10px;
}
form.fWebmail input {
	margin-top: 10px;
}
/*
form.fWebmail label {
	clear:both;
	display:block;
	padding: 0;
	margin:0;
	overflow: auto;
}*/


/* TAMANHOS DO REGISTROS DE DOMINIO*/
form.fRegistro b{
	background: url(../imagens/txt_registro.gif) no-repeat;
	float: left;
	height: 50px;
	width: 105px;
	text-indent: -999px;
	overflow: hidden;
}
form.fRegistro label input {
	width: 115px;
	margin-top: 12px;
}
form.fRegistro label select {
	margin: 14px 5px 0 5px;
	float: left;
}
form.fRegistro input {
	margin-top: 12px;
}

/* TAMANHOS DA BUSCA*/
form.fBusca b{
	background: url(../imagens/txt_busca.gif) no-repeat;
	float: left;
	height: 50px;
	width: 105px;
	text-indent: -999px;
	overflow: hidden;
}
form.fBusca label input {
	width: 180px;
	margin-top: 12px;
	margin-left: 0;
}
form.fBusca input {
	margin-top: 12px;
	margin-left: 10px;
}
