/* html 5 specific and generics */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* general message formats */
.message { padding:1em; margin:0 0 1em 0; text-indent:35px; border:1px solid #000; color:#000; font-size:80%; background-position:5px 5px; background-repeat:no-repeat; }
.error { background-color:#fcd9d9; background-image:url('../img/error.png'); border-color:#800; color:#800; background-repeat:no-repeat; }
.success { background-color:#d9fce8; background-image:url('../img/success.png'); border-color:#080; color:#080; background-repeat:no-repeat; }

.message ul { margin-left:55px; text-indent:0; }