﻿$(document).ready(function(){
    $("#bottomSignUp input[@type=text]").focus(function(){
        $(this).attr('value','');
    }); 
});
