$(document).ready(function() {
	$(":text:visible:enabled:first").focus();
	$("form>span:first").addClass("textfieldFocusState");
});
