.onShow
{
    /*background: url(../images/onShow.gif) no-repeat;     padding-left: 25px;     font-size: 12px;     line-height: 22px;     vertical-align: middle;*/
    display: block;
    width: 247px;
    height: 30px;
    line-height: normal;
    margin-left: 5px;
    background: url(../../../Content/images/info.gif) no-repeat 0 -190px;
    position: absolute;
    left: 290px;
    top: 0;
    color: red;
    padding: 10px 0 0 40px;
}
.onFocus
{
   /* background: #E9F0FF url(../images/onFocus.gif) no-repeat;
    padding-left: 25px;
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;*/
     display: block;
    width: 247px;
    height: 30px;
    line-height: normal;
    margin-left: 5px;
    background: url(../../../Content/images/info.gif) no-repeat 0 -190px;
    position: absolute;
    left: 290px;
    top: 0;
    color: red;
    padding: 10px 0 0 40px;
}
.onError
{
    display: block;
    width: 247px;
    height: 30px;
     line-height:normal;
    margin-left: 5px;
    background: url(../../../Content/images/info.gif) no-repeat 0 -190px;
    position: absolute;
    left: 290px;
    top: 0;
    color: red;
    padding: 10px 0 0 40px;
}
.onCorrect
{
    /*background: #E9FFEB url(../images/onCorrect.gif) no-repeat;
    padding-left: 25px;
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;*/
    display:block;width:20px;height:20px;background:url(../../../Content/Images/ok.gif) no-repeat;position:absolute;left:290px;top:8px;
}
.onLoad
{
    background: #E9FFEB url(../images/onLoad.gif) no-repeat 3px 3px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;
}
.onShow p, .onError p,.onFocus p
{
    background: #ffc7c7 none repeat scroll 0 0;
    height: 1px;
    left: 5px;
    position: absolute;
    top: 40px;
    width: 282px;
}
