﻿/*Modal Popup*/
.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:250px;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:90px;
}

.watermarked {
	height:20px;
	width:90px;	
	background-color:#CCE0E9;
	color:gray;
}	
