/* Modal popups */
.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalDialog
{
	background-image: url(/images/modalBkgd.png); 
	background-repeat: no-repeat;
	padding: 8px;
	width: 400px;
	height: 200px;
}

.modalDialogMed
{
	background-image: url(/images/modalBkgd2.png); 
	background-repeat: no-repeat;
	padding: 8px;
	width: 600px;
	height: 400px;
}

.modalDialogLg
{
	background-image: url(/images/modalBkgd3.png); 
	background-repeat: no-repeat;
	padding: 8px;
	width: 800px;
	height: 600px;
}