﻿.modalBackground 
{
	background-color: #000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup,
.modalPopupStaticText
{
    border: solid 10px #ccc;
	background-color: #ffd;
	/* border-width:1px;
	border-style: solid;
	border-color: #ddd; */
}

.modalPopupStaticText
{
    width: 700px;
    height: 700px;
    overflow: scroll;
    border: solid 10px #ccc;
	padding:5px;
}