/**
 * ATTENTE
 */ 
#A_background{
    position          : absolute;
    background-color  : #ffffff;
  	width             : 100%;
  	height            : 100%;
  	top               : 0px;
  	left              : 0px;
  	display           : none;
  	z-index			  : 600;
}

#A_background.off{
    filter            : alpha(opacity=0);
  	opacity           : 0;
  	-moz-opacity      : 0;
}

#A_background.on{
    filter            : alpha(opacity=80);
  	opacity           : 0.8;
  	-moz-opacity      : 0.8;
}

#A_container{
	/*background        : url(ajaxloader.gif) no-repeat center center;*/
    position          : absolute;
  	width             : 100%;
  	height            : 100%;
  	top               : 0px;
  	left              : 0px;
  	z-index			  : 700;
}

#A_loader{
    position          : relative;
    background        : url(ajaxloader.gif) no-repeat center center;
    margin-left       : auto;
    margin-right      : auto;
    top               : 0px;
    width             : 282px;
    height            : 100%;
    /*border-color      : #666666;
    border-style      : solid;
    border-width      : 2px 2px 0px 2px;*/
    z-index			  : 750;
}

#A_screen{
    position          : relative;
    margin-left       : auto;
    margin-right      : auto;
    width             : 600px;
    height            : 100%;
    /*border-color      : #666666;
    border-style      : solid;
    border-width      : 2px 2px 0px 2px;*/
    z-index			  : 800;
}

