/* @override 
	http://localhost:8888/web_alacena_carlos/css/20_enviar_a_un_amigo.css
	http://localhost/web_alacena_carlos/css/20_enviar_a_un_amigo.css
*/

#contenido{
	position: relative;
	top: 50px;
}


#formulario{
	background:  url(../includes/imagenes/fondo_formulario_envio.png) no-repeat;
	position: relative;
	height: 276px;
	width: 440px;
	left: 151px;
	top: -29px;
}
#formulario span{
	position: absolute;
	top: 13px;
	left: 92px;
	width: 265px;
	letter-spacing: 1px;
}
#formulario input, #formulario textarea{
	border: 1px solid #cec6bb;	font: 10px Tahoma;
	color: #837670;
}
#formulario label{
	position: absolute;
	text-align: right;
	right: 257px;
}
#formulario input{
	position: absolute;
	width: 185px;
	left: 190px;	
}
#nombre label{
	top: 60px;
}
#nombre input{
	top: 56px;
}
#email label{
	top: 89px;
}
#email input{
	top: 85px;
}
#nombreAmigo label{
	top: 118px;
}
#nombreAmigo input{
	top: 114px;
}
#emailAmigo label{
	top: 147px;
}
#emailAmigo input{
	top: 143px;
}

#comentario label{
	top: 173px;
}
#comentario textarea{
	position: absolute;
	width: 185px;
	top: 172px;
	left: 190px;
	height: 50px;
}
#enviar input{
	position: absolute;
	top: 232px;
	left: 190px;
	width: auto;
	height: auto;
	border-style: none;
}
#error{
	position: absolute;
	top: 12px;
	left: 340px;
	background-color: transparent;
}

