#container_enviar {
	height: 600px;
	width: 396px;
	margin-top: 20px;
	left: 50%;
	position:relative;
	margin-left:-200px;
	background-image: url(../img/send_bg.png);
	background-repeat: no-repeat;
}
#frm_enviar {
	width: 266px;
	margin-left: 65px;
}
#frm_enviar .txt_imput {
	width: 266px;
	font-family: Arial, Helvetica, sans-serif;
	color: #251145;
}
#frm_enviar .send_btn {
	background-image: url(../img/send_btn.png);
	height: 39px;
	width: 155px;
	margin-top: 30px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#container_login {
	height: 300px;
	width: 396px;
	margin-top: 20px;
	left: 50%;
	position:relative;
	margin-left:-200px;
	
}
#frm_enviar_login {
	width: 300px;
	margin-left: 65px;
}
#frm_enviar_login .txt_imput {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	color: #251145;
}
#frm_enviar_login .send_btn {
	background-image: url(../img/send_btn.png);
	height: 39px;
	width: 155px;
	margin-top: 30px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
