button {
	border: 1px solid #000000;
	padding: 6px 4px;
	font-weight: bold;
}

.error-message {
	background: #FFEBE8 url(/images/icons/exclamation.png) 10px 9px no-repeat;
	border: 1px solid #DD3C10;
	text-indent: 20px; 
	margin: 0pt 10px 10px 0;
	padding: 10px;
}

.info-message, .notification {
	background: #99ccff url(/images/icons/information.png) 10px 9px no-repeat;
	border: 1px solid black;
	text-indent: 20px; 
	margin: 0pt 10px 10px 0;
	padding: 10px;
}
