.onShow, .onFocus, .onError, .onCorrect, .onLoad { width: 200px; padding-left: 25px; font-size: 12px; line-height: 22px; vertical-align: middle; }
.onShow { background: url(../images/onShow.gif) no-repeat; }
.onFocus { background: #E9F0FF url(../images/onFocus.gif) no-repeat; }
.onError { background: #FFF2E9 url(../images/onError.gif) no-repeat; }
.onCorrect { background: #E9FFEB url(../images/onCorrect.gif) no-repeat; }
.onLoad { background: #E9FFEB url(../images/onLoad.gif) no-repeat 3px 3px; }
