html{
	height: 100%;
	width: 100%;
	background-color:#000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
}

body{
	height:100%;
	width:100%;
	margin:0px;
	
}

.quiksilverLoading{
position:absolute;
left:0%;
top:10%;
margin-left:30%;
margin-top:0px;
z-index:-1;
}



img{ 
  border:0px; 
}

#loading{
	position:absolute;
	top:0px;
	left:0px;
	border:0px solid blue;
	background-color:red;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	z-index:1000;
}

.mainDiv{
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	border: 0px solid red;
	z-index:0;
}

.popup{
	border:0px solid red;
	position:absolute;
	left:50%;
	top:50%;
	width:1px;
	height:1px;
	z-index:100000;
}

.popupBackground{
	background-image:url('/pics/quiksilver-europe-popup-background.png'); 
	background-repeat:no-repeat; 
	width:730px;
	height:530px;
	margin-top:-265px; 
	margin-left:-365px; 
	position:relative;
	z-index: 100000;
}

.popupTITA{
	background-image:url('/pics/quiksilver-europe-popup-background.png'); 
	background-repeat:no-repeat; 
	width:740px;
	height:540px;
	margin-top:-300px; 
	top:50%; 
	margin-left:-385px; 
	left:50%; 
	position:relative;
	z-index: 100000;
}


.popupText{
	color:#666666;
	width:700px;
	height:415px; 
	overflow:auto;
	clear:both;
	margin:0px auto;
margin-left:15px;
}

.popupText a{
	color:Black;
	text-decoration:none;
}

.popupLogo{
	float:left;
	margin:10px 0px 0px 10px;
}
	
.popupBoutonClose{
	float:right;
	margin:5px;
}

a{
color:#888;
text-decoration:none;
}

.drapeaux{
float:left;
width:70px;
border:0px solid red;
}

.form_row{
margin-bottom:5px;
}

.form_titre{
float:left;
width:200px;
text-align:right;
padding-right:10px;
}

.form_textarea{
width:695px;
height:230px;
border:1px solid #ccc;
}
