$().ready(function() {

	$("#frame").corner();

	$("h3").corner();
	
	if ($("#deForm")) {
		$("#deForm").validate();
	}

});