﻿/*

this is for styles that for sure, absolutely, can be used site wide

*/

.indent {margin-left:1em;}

.fineprint {font-size: .7em;}

.error, .message {
	margin:0em auto;
	width:420px;
	font-weight:bold;
	text-align:left;
	display:block;
}
.error { 
	background: #f0e4e2 url(/images/exclamation.gif) 0 7px no-repeat;
	border:1px solid #921b00;
	color: #921b00;
	padding:1em 2em 1em 4em;
}

.message {
	background: #cceec0 url(/images/notification.gif) 4px 7px no-repeat;
	border: 1px solid #2f7018;	
	padding:1em 2em 1em 5em;
	color: #2f7018;
}

.highlight {
	background: transparent url(/img/highlighter_lrg.gif) repeat-x top left;
	margin: 0 -10px 0 -5px;
	padding: 0 10px 0 5px;
}

ul.checkmark {
	text-align:left;
	margin-left:220px;
	font-weight:bold;
	font-size:1.1em;
	}
.checkmark li {
	background: url(/images/checkmark.gif) top left no-repeat;
	padding-left:3em;
	line-height:1.7em;
	list-style-type:none;
}

.centerme {
	text-align:center;
}

address {
	font-style:normal;	
}
