body
{
	font-size:10pt;
	font-family:Arial;
	background-image:url(../images/background_plateforme_epub.jpg);
	background-repeat:repeat-x;
	background-position:0 388px;
	background-attachment:fixed;
	border:0;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

.td_formulaire
{
	padding-left:40px;
	color:#ed1c2a;
	font-weight:bold;
	font-size:1.1em;
}

.td_mail
{
	color:#ed1c2a;
	font-weight:bold;
	font-size:1.1em;
}

/* Z-index of #mask must lower than #boxes .window */  
#mask {  
  position:absolute;  
  z-index:9000;  
  background-color:#000;  
  display:none;
  top:0;
  left:0;
}  
   
#boxes .window {  
 position:absolute;  
 width:800px;  
 height:600px;  
 display:none;  
 z-index:9999;  
}  
 
 
/* Customize your modal window here, you can add background image too */  
#boxes #dialog {  
 width:430px;   
 height:460px;  
 background-color:white; 
}

#boxes #dialog2 {  
 width:200px;   
 height:150px;  
 background-color:white; 
}
