﻿$(function () {
	$('form.cmxform fieldset input[type=text],form.cmxform fieldset textarea').focus(function (e) {$(this).css("background-color", "white");}).blur(function (e) {$(this).css("background-color", "#d0d0d0");});
});
