p.alert, p.download, p.info, p.note{
	margin: 10px 0 0;
	padding: 10px 10px 10px 36px;
}

p.alert{
	border-top: 2px solid #f0baa2;
	border-bottom: 2px solid #f0baa2;
	padding: 10px 10px 10px 36px;
	background: #ffd9c8 url(images/alert.png) no-repeat 12px 16px;
}

p.download{
	border-top: 2px solid #d4ebaf;
	border-bottom: 2px solid #d4ebaf;
	background: #edfcd5 url(images/download.png) no-repeat 10px 16px;
}

p.info{
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background: #f9f9f9 url(images/info.png) no-repeat 12px 16px;
}

p.note{
	border-top: 2px solid #efe3ae;
	border-bottom: 2px solid #efe3ae;
	background: #fef6d2 url(images/note.png) no-repeat 14px 16px;
}