div.NotificationSuccess,
div.NotificationInfo,
div.NotificationWarning,
div.NotificationError
{
	margin: 4px 0px;
	padding: 3px 10px;
	font-size: 1.2em;
	border-bottom-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

div.NotificationSuccess > div.Title,
div.NotificationInfo > div.Title,
div.NotificationWarning > div.Title,
div.NotificationError > div.Title
{
	font-weight: bold;
	font-size: 1.2em;
}

div.NotificationInfo {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0066e2+0,108cd3+100 */
    background: #0066e2; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #0066e2 0%, #108cd3 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #0066e2 0%,#108cd3 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #0066e2 0%,#108cd3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066e2', endColorstr='#108cd3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: 2px solid #0d4cd8;
}

div.NotificationInfo > div.Title {
    color: #fff;
}

div.NotificationSuccess {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cb22c+0,0a960f+100 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a960f+0,3cb22c+100 */
    background: #0a960f; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #0a960f 0%, #3cb22c 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #0a960f 0%,#3cb22c 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #0a960f 0%,#3cb22c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a960f', endColorstr='#3cb22c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 2px solid #070;
    color: #fff;
}

div.NotificationSuccess > div.Title
{
	color: #fff;
}

div.NotificationWarning {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdd87+0,ffbb00+100 */
    background: #ffdd87; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffdd87 0%, #ffbb00 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffdd87 0%,#ffbb00 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffdd87 0%,#ffbb00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd87', endColorstr='#ffbb00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 2px solid #da7300;
}

div.NotificationWarning > div.Title
{
	color: #000;
}


div.NotificationError {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e51919+0,b70000+100 */
    background: #e51919; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #e51919 0%, #b70000 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #e51919 0%,#b70000 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #e51919 0%,#b70000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51919', endColorstr='#b70000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 2px solid #700;
    color: #fff;
}

div.NotificationError > div.Title
{
	color: #fff;
}

