$(document).ready(function() {
	$('#frm-contact input[type="text"]:first').focus();
});
