html, body, testMyBox {
margin: 0;
padding: 0;
height: 100%
}

#mybox{}

/*#mybox #mybox_aplat
{
	position:fixed;
	background:#000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter: alpha(opacity=50);
	-moz-opacity:  0.5;
    opacity: 0.5;
	z-index:9998;
}*/

#mybox_aplat{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	height: 100%;
	width: 100%;
	display: none;
	background-color: #000;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}

* html body #mybox_aplat{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/common/bg_opacity.png", sizingMethod="scale");
}


#mybox #mybox_conteneur
{
	position : absolute;
	top : 50px;
	left : 50px;
	background : #FFF;
	z-index : 9999;
}

#mybox #mybox_relative
{
	position : relative;
}

#mybox #mybox_contenu
{
	padding : 10px;
}

#mybox #mybox_close
{
	position:absolute;
	top:-15px;
	right:-15px;
	width : 30px;
	height : 30px;
	background:url(/img/common/sante/tarif/mybox_close.png);
	cursor : pointer;
}

#mybox #mybox_loader
{
	position:fixed;
	background:url(/img/common/sante/tarif/snake_loader.gif) center center no-repeat;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter: alpha(opacity=50);
	-moz-opacity:  0.5;
    opacity: 0.5;
	z-index:9998;
}