var fb = {
	init : function(){
		
		$('input, select, div').removeAttr('style');
		$('#ctl00_ContentPlaceHolder1_SendRegistration').val('Sign Up');
	}
}
