﻿/* BBS Report Layout and Style Sheet
 * Version: 1.0
 * Author: Niels
*/
 
div.error {
	padding-left:40px;
	padding-top:5px;
	padding-bottom:10px;
	background:url('images/icon-error.png') no-repeat 16px center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
    line-height:1.1em;
    min-height: 2em;
}

h1 {
    text-align: center;
    min-height: 2em;
}

