﻿body
{
}

/* modal popup stuff */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:350px;
	text-align:left;*/
	width: 336px;
	position: relative;
}

.modalPopup td {
	white-space: normal;
}
