$(document).ready(function(){
	$("#frm_login").validate({
		errorElement: "em"
	});
	$("#frm_login").validate({
		errorElement: "em"
	});
});