
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
 
 input.styled { display: none; } 
 select.styled { position: relative; width: 190px; opacity: 0; filter: alpha(opacity=0); z-index: 5; }
 
 
 
 
 INPUT.testoForm ,TEXTAREA.testoForm 
{
  width: 300px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, Verdana, Arial;
  color: #545454;
} 
 INPUT.testoForm   
{
 
    background:transparent url(../images/interface/bg-input.gif)  repeat-x top left;
    height: 20px;
    padding: 0px 0px 0px 0px;
    padding-left: 5px;
    padding-top: 4px;
    border: 1px solid #cedce4;
} 

INPUT.testoForm:focus {
 
    border: 1px solid #9ebac8;
}
 select 
{
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, Verdana, Arial;
    color: #545454;
    background:transparent url(../images/interface/bg-input.gif)  repeat-x top left;
    background-color:#ffffff;
    padding: 0px 0px 0px 0px;
    border: 1px solid #cedce4;
} 
 select:focus   
{
 
 border: 1px solid #9ebac8;
} 



TEXTAREA.testoForm {

    background:transparent url(../images/interface/bg-textarea.gif)  repeat-x top left;
    border: 1px solid #cedce4;
    margin:0px 0px 0px 0px;  
    padding: 0px 0px 0px 0px;
    padding-left: 5px;
    padding-top: 4px; 
    background-color:#fff;
  
    
}
TEXTAREA.testoForm:focus {

    border: 1px solid #9ebac8;
    
}

    
.btnSubmit {
    background:transparent url(../images/interface/bg-submit.gif) repeat-x  top left;
    height: 30px;
    border: 0px;
    color: white;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight:bold;
}

.btnSubmit:hover {
    background:transparent url(../images/interface/bg-submit.gif) repeat-x  center left;
    height: 30px;
    font-size: 14px;
    border: 0px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.btnAreaGeo{
  background:transparent url(../images/interface/ChangeArea.gif) no-repeat left;
   background-position: 0px 2px; 
   width:120px;
    height: 22px;
    border: 0px;
    color: white;
    font-size: 14px;
    padding:0px 0px 0px 22px;
    margin:0px 5px 0px 5px;
    text-align:left;
    font-weight:bold;
}
 .btnCreateUser{
  background:transparent url(../images/interface/btnCreateUser.gif) no-repeat left;
   background-position: 0px 3px; 
   width:auto;
    padding:2px 0px 2px 20px;
    margin:0px 5px 0px 5px;
    
}
 .btnChangePassword{
  background:transparent url(../images/interface/btnChangePassword.gif) no-repeat left;
   background-position: 0px 3px; 
   width:auto;
    padding:2px 0px 2px 20px;
    margin:0px 5px 0px 5px;
}
 .btnHelp{
  background:transparent url(../images/interface/btnHelp.gif) no-repeat left;
   background-position: 0px 3px; 
   width:auto;
    padding:2px 0px 2px 20px;
    margin:0px 5px 0px 5px;
}

.btnLogin{
  background:transparent url(../images/interface/logIn.gif) no-repeat left;
   background-position: 0px 2px; 
   width:70px;
    height: 22px;
    border: 0px;
    color: white;
    font-size: 14px;
    padding:0px 0px 0px 22px;
    margin:0px 5px 0px 5px;
    text-align:left;
    font-weight:bold;
}
.btnLogoff{
  background:transparent url(../images/interface/logOff.gif) no-repeat left;
   background-position: 0px 2px; 
   width:75px;
    height: 22px;
    border: 0px;
    color: white;
    font-size: 14px;
    padding:0px 0px 0px 22px;
    margin:0px 5px 0px 5px;
    text-align:left;
    font-weight:bold;
}
 
.btnSubmitMarroni {
    width: 200px;
    border-width:0px;
    height:25px;   
    background-color: #464646;
    color: white;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight:bold;
    cursor: pointer;
}

.btnSubmitMarroni:hover {
    
    width: 200px;
    border-width:0px;
    height:25px;   
    background-color: #5ebd39;
    color: white;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight:bold;
}


.DropDownSelect 
{
  
   FONT-SIZE: 12px;  
}
.DropDownSelectL1 
{
    background-color: #5ebd39;
    color:#fff;
   
}
.DropDownSelectL2 
{
    border-bottom:dashed 1px #cedce4;
  
}

.DropDownSelectL3 
{
  font-weight:bold;
 
   border-bottom:dashed 1px #cedce4;
   padding-left:15px;
}
.DropDownSelectL4 
{
 /* color:#d5d6d8;*/
 border-bottom:dashed 1px #cedce4;
   
   margin-left:25px;
}



