h1,
h2 {
	margin-top: 0px;
	font-size: 25px;
	font-weight: bold;
	color: #3d1611;
}

h2 {
	font-size: 18px;
}

.leftImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.info,
.error {
	display: block;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
	font-weight: bold;
}

.info {
	line-height: 24px;
	padding-left: 30px;
	background: url("/images/layout/icons/info.png") no-repeat;
}

.error {
	color: #c10000;
	background: url("/images/layout/icons/error.gif") no-repeat;
}


