/* CSS Typografy */

/* highlighted div and span boxes */
span.note, span.info, span.alert, span.download, span.tip {
	display: block;
}
div.info, span.info, div.alert, span.alert, div.download, span.download, div.tip, span.tip, div.note, span.note {
	margin: 5px 0px 0px 0px;
	padding: 3px 3px 3px 30px;
	border: 1px solid #000;
}
div.note, span.note {
	background: #9A9E16 url(../images/div_note.gif) 5px 5px no-repeat;
}
div.info, span.info {
	background: #D6C22D url(../images/div_info.gif) 5px 5px no-repeat;
}
div.alert, span.alert {
	background: #49341B url(../images/div_alert.gif) 5px 5px no-repeat;
}
div.download, span.download {
	background: #127568 url(../images/div_download.gif) 5px 5px no-repeat;
}
div.tip, span.tip {
	background: #0B4D48 url(../images/div_tip.gif) 5px 5px no-repeat;
}
