.onShow
{
    display: inline-block;
    padding: 0px 10px;
    line-height: 27px;
    background: #edf5fe;
    border: solid 1px #adcbf5;
}
.onFocus
{
    display: inline-block;
    padding: 0px 10px;
    line-height: 27px;
    background: #edf5fe;
    border: solid 1px #adcbf5;
    color: #ff0000;
}
.onError
{
    display: inline-block;
    padding: 0px 10px;
    line-height: 27px;
    background: #ffffe3;
    border: solid 1px #ffcc99;
    color: #ff0000;
}
.onCorrect
{
    display: inline-block;
    padding: 0px 20px;
    line-height: 27px;
    background: #edf5fe;
    border: solid 1px #adcbf5;
    background: url("../images/bg_sprites.png") no-repeat scroll -12px -149px transparent;
}
.onLoad
{
    display: inline-block;
    padding: 0px 10px;
    line-height: 27px;
    background: #edf5fe;
    border: solid 1px #adcbf5;
}
