
h1 {
	font-size: 18px;
	text-align: center;
	border-bottom: solid 1px #ededbe;
	padding-top: 0px;
	padding-bottom: 8px;
}

h2 {
	font-size: 14px;
	text-align: left;
}
		
p {
	margin: 0 4px;
	text-align: left;
}

a {
	color: #8a1919;
}

input {
	font: 16px 'Lucida Grande',helvetica,tahoma,arial,clean,sans-serif;
}


p.faq {
	margin-left: 30px;
}


div.break {
	border-bottom: solid 1px #ededbe;
	height: 0px;
	margin: 8px 0;
}
		
.errorMessages ul {
	list-style-image: url(/images/cross.png);
}

div.fieldWithErrors {
	display: inline;
	
}

div.fieldWithErrors input {
	background-color: #ffcccc;
}
