﻿
/*  MODAL STUFF  */
.modalBackground 
{
	background-color: #373737;
	filter:alpha(opacity=75);
	opacity:0.75;
	z-index:10000;
}
