.italic {
	font-style:italic;
}

.admin_edit {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color : Blue;
}

.info {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: Green;
	background-color : #F3F3F3;
	padding : 0.5em;
}

.info_nobg {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: Green;
}

.error {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: Red;
	background-color : #F3F3F3;
	padding : 0.5em;
	line-height : 1.5em;
}

.error_nobg {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: Red;
}

.error_strike_through {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: Red;
	background-color : #F3F3F3;
	padding : 0.5em;
	line-height : 1.5em;
	text-decoration : line-through;
}

.small {
	font-size: 0.8em;
}