.boxparagraph_last_error {
    text-align: justify;
    margin-bottom: 0px;
}
.top-left_error {
    margin-right: 11px; /* clip right corner */
    background-image: url('../img/corners_error.gif');
    height: 11px; /* vertical: show first half of the image with the top-corners in it */
    font-size: 2px; /* correct height for IE */
}
.top-right_error {
    margin-top: -11px; /* to level of top-left corner */
    margin-left: 11px; /* clip left corner */
    background-image: url('../img/corners_error.gif'); 
    background-position: 100% 0; /* show bg-image starting at the right */
    height: 11px; 
    font-size: 2px;
}
.bottom-left_error {
    margin-right: 11px; /* clip right corner */
    background-image: url('../img/corners_error.gif');
    background-position: 0 -11px; /* show under half of the image */
    height: 11px;
    font-size: 2px;
    max-height: 11px;
}
.bottom-right_error {
    margin-top: -11px; /* to level of bottom-left corner */
    margin-left: 11px; /* clip left corner */
    background-image: url('../img/corners_error.gif'); 
    background-position: 100% -11px; /* under half, right side */
    height: 11px; 
    font-size: 11px;
    max-height: 11px;
}


.inside_error {
    border-left: 1px solid #ebb2b2;
    border-right: 1px solid  #ebb2b2;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    background-color: #ffeaea;
    font-weight: bold;
    color: #580000;
}
