
        .jeip-saving {
            background-image: url( 'http://sandbox.feeonlynetwork.com/images/ajax_loading-saving.gif' ); 
            background-repeat: no-repeat;
            background-position: left;
            background-color: none;
            color: #000; /* Text color black */
			font-size: 12px;
            padding: 3px 20px 3px 20px;
        }

        .jeip-mouseover, .jeip-editfield {
        background-color: #ffff99;
		padding: 0px;
        }

        .jeip-savebutton {
            background-color: #aaa;
            color: #000;
        }

        .jeip-cancelbutton {
            background-color: #aaa;
            color: #000;
        }

		
/*		body {
			background: #990099; 
		}
This was in place to debug style sheet not loading issue
*/