I have this class on CSS :
.mgmtError{ width:716px; float:left; background-color:#FF0000; padding:10px; text-align:center; }
an
You can use
background-clip: content-box;
Also make sure to use background-color property, not background.
background-color
background