﻿.modalPopup {
	background-color: #fff;
	padding: 25px;
	width: 500px;
	border: #bdbdbd 5px solid;
}

.modalBackground {
	background-color: #333333;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.gridheader {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}

.mandatory {
    color: #ff0000;
	font-size: 10pt;
}