@CHARSET "UTF-8";
.Validform_wrong {
    background: url("../images/error.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: red;
    padding-left: 20px;
    white-space: nowrap;
}

.Validform_right {
    background: url("../images/right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #71b83d;
    padding-left: 20px;
}