﻿.watermark {
	background: #FFAAFF;
}
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 1px;	
}
.modalBackground {
	background:white;opacity:.3;
    filter: alpha(opacity=30); 
}
.modalPopup 
{
    
	background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:2px;
	width:360px;
}
.ModalPopupBack
{
        background: white;
        border: 1px solid black; 
        width:360px;
}
.ModalPopupBackCustom
{
        display:block;
        margin-left:135px;
        margin-top:145px;    
        background: white;
        border: 1px solid black;
        height:330px; width:380px;
        z-index:4;
}
.ModalPopupBackCustom1
{
        display:block;        
        background: white;
        border: 1px solid black; 
        width:380px;
        z-index:4;
        padding-left:auto;
        padding-right:auto;
    }
.ModalPopupBackShadow1
{
    display:block;
        margin-left:5px;
        margin-top:5px;        
        background: black;
        border: 1px solid black; 
        width:380px;
        z-index:3;
       
    }
.ModalPopupBackShadow
{
     display:block;
        margin-left:140px;
        margin-top:150px;        
        background: black;
        border: 1px solid black; 
        height:330px; width:380px;
        z-index:3;
       
    }
    
.ModalPopupHeader
{
    text-indent:10px;
    background: #a9c1d9;
    font-size:12pt;
    line-height:28px;    
    font-weight:bold;
    font-style:italic;
    height:30px;
    
}
.tdControl{width:185px;}
.tdWideControl{width:320px;}
.modalControl{width:165px;}    
.modalControlBig input{width:300px;}
.modalControlBig{width:296px;}


