.conteudo-esqueci-senha {
	float:left;
	width:740px;
	/*height: 80px;*/
	margin:10px 0 0 10px;
	background: url(../_img/bg-box-esqueci_senha.png) repeat-y;
}
.conteudo-esqueci-senha span.topo_senha{
	background: url(../_img/bg-box-esqueci_senha-top.png) no-repeat;
	display: block;
	height: 40px;
}
.conteudo-esqueci-senha span.bottom_senha{
	background: url(../_img/bg-box-esqueci_senha-bottom.png) no-repeat;
	display: block;
	height: 15px;
	margin-top: 50px;
	z-index: 100;
}
.conteudo-esqueci-senha h1{
	color: #787878;
	font-weight: bold;
	margin: 10px 0px 15px 25px;
}
.conteudo-esqueci-senha p{
	float: left;
	margin: 5px 0px 0px 10px;
	font-size: 12px;
}
.conteudo-esqueci-senha label{
	float: left;
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
	line-height: 25px;
}
.conteudo-esqueci-senha label.input_text{
	background: url(../_img/bg-box-esqueci_senha-input.png) no-repeat;
	width: 217px;
	height: 28px;
	display: block;
	float: left;
}
.conteudo-esqueci-senha label.input_text input{
	width: 200px;
	margin: 0px;
	margin: 3px 0px 0px 3px;
	background: none;
	border: none;
}
.conteudo-esqueci-senha label.btn-senha_enviar{
	display: block;
	background-image: url(../_img/bg-bt-esqueci_senha-top.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
	cursor: pointer;
}
.conteudo-esqueci-senha label.btn-senha_enviar input{
	background:none;
	border: none;
	width: 50px;
	height: 20px;
}




