
span.fieldError, .errorMessage {
	border: 1px solid #999999;
    display: block;
    background-image: url(../images/error.gif);
    background-repeat: no-repeat;
    background-position: left;
    color: #F62217;
    width: 94%;
}
/* Wicket wraps a <ul> and <li> around fieldErrors */
/* reduce the padding and margin and move to right */
span.fieldError ul, span.fieldError li {
	border: 1px solid #999999;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 100px;
    margin-top: -10px;
    color: #F62217;
}

 
