﻿.NotificationModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;	
}

.NotificationContainer
{
	padding:20px 20px 10px 20px;
	background-color:Gray;
	border: solid 2px White;
	color: White;
}