div.alert-10 {
	display: none;
}
div.alert-10-header,
div.alert-10-body,
div.alert-10-footer {
	border: 1px solid #e5e5e5;
}
div.alert-10-header,
div.alert-10-footer {
	margin: 0 1px;
	font-size: 1px;
}
div.alert-10-header {
	border-width: 0 0 1px 0;
}
div.alert-10-body {
	border-width: 0 1px 0 1px;
	text-align: left;
	background-color: #f3f3f3;
}
div.alert-10-footer {
	border-width: 1px 0 0 0;
}
img.alert-10 { /* 32pxx32px image */
	float:left;
	padding: 8px 11px;
}
div.alert-10-content {
	margin-left: 54px;
	padding: 7px 0;
    line-height: 1.4em;
}
div.alert-10-content h5 {
	font-size: 1em;
    margin-bottom: 0;
}
/* "star html hack", following rule applies only in IE6 */
* html .alert-10-content {
	height: 1px;
}
