﻿/* Model Popups */
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    z-index:900;
}
.modalPopupNotes 
{
    background-color:#fff;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:10px;
    width:530px;
    /*height:150px; */
}
.modalPopup
{
	background-color:#fff;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:5px;
    /*width:280px;
    height:220px;*/
}

.loading
{
	background-color: white;
	margin: 3px;
	padding: 5px;
	border-right: black 1px double;
	border-top: black 1px double;
	border-left: black 1px double;
	border-bottom: black 1px double;
}

.modalPopupClose
{
	display: block;
	clear: both;
	margin-top: 20px;
	float: right;
}