.modalDialog_transparentDivs{	
	filter:alpha(opacity=60);	/* Transparency */
	opacity:0.6;	/* Transparency */
	background-color:#000;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
	text-align: left;	
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#000;
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */	
}


.noted {
	font-size:0.8em;		
	margin-top:0px;
	margin-bottom:0px;				
}
	
.popclose {
	text-decoration:none;
	padding: 0;
	margin: 0;
	top:-5px;		
	position:relative;
}
	
.popx {
	font-size:2em;
	text-decoration:none;
	font-weight: 700;
	top:3px;
	position:relative;		
	color:#B00;
}

.poparrows {
	font-size:2em;	
}
	
.modalDialog_contentDiv_pbcif{
	border:1px solid #000;	
	padding: 4px 20px 20px 20px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#ddd;
	color:#000;
	text-align: left;
}

.modalDialog_contentDiv_pbcif a{
	color:#000; /* close this window */
}

.modalDialog_contentDiv_pbcif a:hover{
	text-decoration:none;
}

.modalDialog_contentDiv_pbcif h1{
	font-size:2em;				
	margin-top:0px;
	margin-bottom:0px;		
}

