raimund@553: .x-lada-warning-field {
raimund@553:   background-color: white;
raimund@553:   background-image: url(../img/warning_line.png);
raimund@553:   background-repeat: repeat-x;
raimund@553:   background-position: bottom;
raimund@553:   border-color: #FFE25D;
raimund@553: }
raimund@553: 
raimund@553: .x-lada-error-field {
raimund@553:   background-color: white;
raimund@553:   background-image: url(../img/error_line.gif);
raimund@553:   background-repeat: repeat-x;
raimund@553:   background-position: bottom;
raimund@553:   border-color: #FF0000;
raimund@553: }