﻿.warning, .error, .success {
	margin:3px 0 !important;
	padding:2px 0 2px 24px !important;
	font-size:11px !important;
	text-transform:uppercase;
	font-weight:bold;
}

.warning {
	color:#0051d7;
	background:transparent url(images/icons/warning.gif) scroll no-repeat left center;
}
.error {
	color:#d70000;
	background:transparent url(images/icons/error.gif) scroll no-repeat left center;
}
.success {
	color:#20ad09;
	background:transparent url(images/icons/success.gif) scroll no-repeat left center;
}

.redstar
{
    color:Red;
    font-weight:bold;
    font-size:medium;
}