﻿body {
}
.modalPopup 
   {
	background-color:#eaeaea;/*ffffdd;*/
	border-width:8px;
	border-style:solid;
	border-color:#ffffff;
	padding:3px;
	width:250px;	
	}
	
	
	
	
   .modalBackground 
{
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modelpopup {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#424242;
}
.headpopup {
	font-size:16px;
	font-weight:bold;
	font-size:16px;
}
.headpopup a {	
	font-weight:bold;
	text-decoration:none;
	color:#424242;
}
.headpopup a:hover {
	text-decoration:underline;
}	
.txtbox {
	color:#424242;
	background-color:#dddddd;
	border:1px solid #c3c3c3;
	width:245px;
	padding:6px;
	margin:0px;
}
.dvdrsignin {
	border-top:1px solid #949494;
	}
	
	
	
.buttonInPopUp {
	background-color:#808080;
	color:#FFFFF0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	
	border: 1px solid #808080;
	cursor:pointer;
	padding:2px 2px 2px 2px;
}




.slideShowPlayButton {
	background-color:#808080;
	color:#FFFFF0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight:bold; 
	border: 1px solid #808080;
	cursor:pointer;
}

.watermarked
{
	width:245px;
	font-family:Arial, Helvetica, sans-serif;
	
	padding:2px;		
	color:#aaaaaa;	
	border:1px solid #c3c3c3;
	background-color:#f2f2f2;
	height:20px;
	
}

/* Update progress */
.overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        
        width: 100%;
        height: 100%;
        
        /*background-color: #FFFFFF;
        filter: Alpha(Opacity=20);
        opacity: 0.90;
        -moz-opacity: 0.10;*/    
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
        
    }
    * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }



.hoverpwdPolicy 
   {
	background-color:#eaeaea;
	border-width:1px;
	border-style:solid;
	border-color:#424242;
	padding:3px;
	width:250px;	
	}
	
