C'è chi mi sa spiegare le ragioni di questo warning degnalato da W£C per la validazione dei CSS:

Warnings

URI : file://localhost/TextArea
Line : 1 (Level : 2) Redefinition of width : div.box
Line : 4 (Level : 2) Redefinition of height : div.box

Valid CSS information
div.box {
width : 301px !important;
width : 301px;
min-height : 9em;
height : 9em !important;
height : 9em;
overflow : auto;
padding : 4px;
background : url(gradient.png) repeat-x fixed top left;
}