/* @override http://localhost/web_alacena_carlos/css/22_contrasena.css */

#formulario{
	background: url(../includes/imagenes/fondo_contrasena.png) no-repeat;
	position: relative;
	height: 95px;
	width: 312px;
	left: -2px;
	top: 106px;
}
#tituloIntro{

	position: absolute;
	top: 66px;
	left: -2px;
	width: 338px;
}
#textoIntro{
	background:  url(../includes/imagenes/linea_naranja.png) no-repeat;
	position: absolute;
	top: 93px;
	left: -2px;
	width: 720px;
	height: 35px;
	line-height: 42px;
}
#email label{
	top: 28px;
	position: absolute;
	width: 39px;
	left: 54px;
}
#email input{
	top: 25px;
	position: absolute;
	left: 95px;
	width: 181px;
}
#enviar input{
	position: absolute;
	top: 55px;
	left: 120px;
	border-style: none;
	width: 72px;
	height: 20px;
}

#error{
	position: absolute;
	top: 148px;
	left: 94px;
	background-color: transparent;
}