.ContainerPopup
{
	background-color:white;
	border:solid 1px #747474;
}
.ContainerPopup iframe
{
	/*display:none;/*sorry for IE5*/
	/*display/*:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:1;/*must have*/
	filter:mask();/*must have*/
	width:600px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}


.ContainerPopup .Header
{
	background-color:blue;
	border-bottom:solid 1px black;	
	padding: 2px;
	height:20px;
}
.ContainerPopup .Header TABLE
{
	width:100%;
}
.ContainerPopup .Content
{
}

.ContainerPopup .Header .Title
{
	color:white;
	font:bold 12px verdana; 
}
.ContainerPopup .Header .Close
{
	width:12px;
	text-align:center;
}
.ContainerPopup .Header .Close A
{
	color:white;
	font:normal 12px verdana; 
	text-decoration:none;	
}
.ContainerPopup .Header .Close A:Hover
{
	color:white;
	font-weight:bold;
}
		
		
/********************************
* Opcareg
*********************************/
.ContainerPopup .Header
{
	background-color:#E5E3D5;
}

.ContainerPopup .Header .Title
{
	color: Black;
}
.ContainerPopup .Header .Close A:Hover
{
	color:Black;
}
