body { 

  background-color: #ffffff
}
 
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:white;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	border: 3px solid white;
	background-color:#ffffdstyd;
		position:absolute;
		padding:3px;
		width:250px;
	top: 300px;
	left: 520px;
}

	