/*   GENEREAL
================================================================================
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*   MAIN WINDOW
================================================================================
*/
.window-main{
  position : relative ;
  top   : 0px;
  left  : 0px;
  width : 100%;
  height: 630px;

  font-weight: normal; 
  background-color: rgb(255, 255, 255);
}

/*   GloblaPaneMenu
================================================================================
*/
.centered-Pane{
  position: relative;
  top  : 50% ;
  left : 50%   ;
  width: 850px;
  height: 560px;
  transform: translate(-50%, -50%);


   /*
  border: 20px solid rgb(207, 12, 119); 
  */
}
/*   WINDOW 1
================================================================================
*/
.window-1{
  position : fixed ;
  top  : 145px  ;
  left : 50%   ;
  width: 590px ;
  height: 200px ;

  transform: translate(-50%, -50%);

  font-weight: normal; 
  font-size: 12px ;
  text-align: center;
  line-height: 100% ;

  background-color: rgb(188, 182, 246);

  border: 3px solid rgb(28, 7, 218);

 /*

 */

}
.window-2{
  position : fixed ;
  top  : 465px  ;
  left : 50%   ;
  width: 590px ;
  height: 522px ;

  transform: translate(-50%, -50%);

  font-weight: normal; 
  font-size: 12px ;
  text-align: center;
  line-height: 100% ;

  background-color: rgb(255, 255, 255);

  /*border: 3px solid rgb(28, 7, 218);*/

}

.label1{
  font-size: 100%;
  
  display:inline-block;
  width:70px;
  margin-right:10px;
  margin-left :5px;
  text-align: left;
  color:#000000 ;

  /*
  font-family: 'Times',  sans-serif ;
  */
}



