/**
 * Funcoes JS
 */

function usuario_msg_sucesso(){
	
	$("#usuario_msg_sucesso").fadeIn(500).delay(3000).fadeOut(500);

}

function usuario_msg_erro(){
	
	$("#usuario_msg_erro").fadeIn(500).delay(5000).fadeOut(500);

}
