 <?php
 echo "KKKKKKKK";
 ?>
 
 /*** These styles are NOT Netscape 4.x compatible ***/

 .table {
     font-family:arial,helvetica,verdana,sans-serif;
     font-size:10px;
     color: #000000;
     border-color: #F2F2F2;
     }
  
  A {TEXT-DECORATION:none}
  a{ color:#000000; }
  a:hover{ color:#FFFFFF; background:#C2C2C2}
 
 .testo {
 	font-family:arial,helvetica,verdana,sans-serif;
     font-size:10px;
     color: #000000;
     width:300px;
     height:20px;
     border:1px solid #EEEEEE;
     }
 
 .textlabel {
     letter-spacing:2px;color: #000000;
          }
 
 .checkboxlabel {
     letter-spacing:2px;
     }
 
 .radiolabel {
     letter-spacing:2px;
    }
 
 .font {
     width:300px;
     }
 
 .text {
 	font-family:arial,helvetica,verdana,sans-serif;
     font-size:10px;
     color: #000000;
     width:300px;
     height:20px;
     border:1px solid #EEEEEE;
     }
 .text_corto {
 	font-family:arial,helvetica,verdana,sans-serif;
     font-size:10px;
     color: #000000;
     width:20px;
     height:20px;
     border:1px solid #EEEEEE;
     }
 .textarea {
 	font-family:arial,helvetica,verdana,sans-serif;
    font-size:10px;
     color: #000000;
    
     border:1px solid #EEEEEE;
     overflow:auto;
     scrollbar-track-color: #EEEEEE;
     scrollbar-face-color: white;
     scrollbar-highlight-color: white;
     scrollbar-3dlight-color: white;
     scrollbar-darkshadow-color: white;
     scrollbar-shadow-color: white;
     scrollbar-arrow-color: #EEEEEE;
     }
 
 .select { 
 	font-family:arial,helvetica,verdana,sans-serif;
     font-size:10px;
     color: #EEEEEE;
     width:300px;
     height:19px;
     }
 
 .bottone {
 	font-family:arial,helvetica,verdana,sans-serif;
     font-size:10px;
     font-weight:500;
     color: #000000;
     letter-spacing:2px;
     border:1px solid #EEEEEE;
     background-color:#EEEEEE;
     width:146px;
     margin:2px;
     cursor:pointer;cursor:hand
     }
 
 .bottone_alto {
 	font-family:arial,helvetica,verdana,sans-serif;
     font-size:10px;
     font-weight:500;
     color: #000000;
     letter-spacing:2px;
     border:1px solid #EEEEEE;
     background-color:#FFFFFF;
     width:146px;
     margin:2px;
     cursor:pointer;cursor:hand
     }
 
 .bottone_online{
     font-family:arial,helvetica,verdana,sans-serif;
     font-size:14px;
     font-weight:800;
     color: #000000;
     letter-spacing:2px;
     border:1px solid #EEEEEE;
     background-color:#FFFFFF;
     width:146px;
     margin:2px;
     cursor:pointer;cursor:hand
     }

