﻿.watermark {
	background: #FFAAFF;
}

.modalPopup 
{
	
    position: absolute;
    background-color: #FFFFFF;

    text-align: center;
    left: 40%;
    top: 20%;
    width: 230px;
    height: 150px;
    padding: 1px;
    border: 1px solid #000000;
    z-index: 2000;
    font-weight: bold;
    font-family: Arial;
    opacity: .0; 
    filter: alpha(opacity=0);

}
td 
{
    font-family: Trebuchet MS;
    font-size:8.3pt
 
}
textbox
{
    font-family: Arial;
    font-size:11pt
}
.modalBackgroundA {
	/*background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;*/
	
	position: absolute;
    left: 0px; top: 0px;
    width: 100%; height: 100%;
    background: url(/images/overlay1.gif);
    opacity: .0; 
    filter: alpha(opacity=0);
    z-index: 1000;

}

