.erroLabel #top-left, .erroLabel #top-right, .erroLabel #bottom-left, .erroLabel #bottom-right { 
	background-image: url('../img/caixa.png'); /* CHANGE: path and name of your image */
	height: 20px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}

.erroLabel #top-left, .erroLabel #bottom-left { 
	margin-right: 215px; /* CHANGE: replace by the width of one of your corners */
}

.erroLabel #top-right, .erroLabel #bottom-right { 
	margin-left: 35px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -20px;  /* CHANGE: replace by the height of one of your corners */
}

.erroLabel #top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}

.erroLabel #bottom-left  { 
	background-position: 0 -25px;    /* CHANGE: replace second number by negative height of one of your corners */
}

.erroLabel #bottom-right { 
	background-position: 100% -25px; /* CHANGE: replace second number by negative height of one of your corners */
}

.erroLabel #inside {
	border-left: 2px solid #C7C7C7; /* YCC: color & properties of the left-borderline */
	border-right: 2px solid #C7C7C7;/* YCC: color & properties of the right-borderline */
	background: url('../img/bgInside.png');            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 2px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	text-align:left;
}

.erroLabel .notopgap    { margin-top: 0; padding-top:0; background:none; }    /* DNC: to avoid splitting of the box */
.erroLabel #nobottomgap { margin-bottom: 0; background:none; height:15px; clear:both; } /* DNC: to avoid splitting of the box */

.erroLabel #dErrorPng{
	width:30px;
	height:30px;
	background: url('../img/errorPng.png') no-repeat left;
	margin:0 0 10px 10px;
}

#label{
	color:#FFFFFF;
	float:left;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:-45px 0 0 50px;
	text-align:left;
	width:178px;
}

