
/*
    * html fieldset {padding: 5px;}
/**/            


fieldset,legend, input, select, textarea, label {
/*
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius:6px;

/*  behavior:url(border-radius.htc); /**/

/**/
}

label {
 font-weight:bold;   
}

.left {
  clear:both;      
  float: left;
        text-align: right;
        width: 40%;
        margin-right: 5px;
        line-height:22px;
}

.right, button {
    margin-left : 42%;
    text-align:left;
        line-height:22px;}

.balken {
  background: #ACACAC;
  text-align:center;
  font-weight: bold;  
}
  
 
   body {font-family: arial, verdana, sans-serif; 
         font-size: 100.01%;
         background: white;
         font-size: 13px; 

        }
/*         
   fieldset {
             margin: 1.5em;
             display: block;

             border: 1px solid #4b408c;
             margin:0px auto;
             text-align:center;
             clear: both;
            }
            
/**/         

   fieldset {width: 30em;
             margin: 1.5em auto 1.5em auto;
             display: block;
             border: 1px solid #4b408c;
             clear: both;
            }
/**/            
            
   legend {background: white;
           padding: 4px;
           border: 1px solid #4b408c;
           border-right-width: 2px;
           border-bottom-width: 2px;
/*           margin-bottom: 4px;   /**/
           font-weight: bold;
           }

.up1
{
/*  margin: auto 15px auto 15px; /**/
  border:2px outset;
  background:#D1D1D1;  
/*  padding: 3px;  /**/ 
/*  margin-left:30px;  /**/
 width:98%; /**/
  display:inline-block;
  cursor:pointer; 
/*  height:15px;  /**/
}


.block {
display: block;
}

