.onShow{
   height:20px;
   color: red;
}

.onFocus{
   height:20px;
   color: #FF7800;
}

.onError{
   height:20px;
   color: red;
}

.onSuccess{
   height:20px;
   color: green;
}

.onLoad{
   color: #FF7800;
} 
