div.listBox, div.listBoxActive {
  width: 170px;
  height: 30px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid Silver;
  x: scroll;
  y-overflow: scroll;
  max-height: 100px;
  cursor: default;
  z-index: 50000;
}
div.listBox table, div.listBoxActive table {
  width: 170px;
  border: 0;
  background-color: #FFFFFF;
}
div.listBox table td, div.listBoxActive table td {
  -moz-user-select: none;
  border: 1px solid white;
  padding-left: 15px;
  font-size: 11px;
}
div.listBox table tr.selected, div.listBoxActive table tr.selected {
  background-image: url('gcheck.gif');
  background-repeat: no-repeat;
  background-color: #C3D6E9;
}
div.listBox table tr.last, div.listBoxActive table tr.last {
  background-color: #E7EEF6;
  padding-left: 15px;
}
div.listBox table tr td span.cityBig, div.listBoxActive table tr td span.cityBig {
  font-size: 11px;
}
div.listBox table tr td span.hilite, div.listBoxActive table tr td span.hilite {
  font-weight: bold;
}
.selectCountries {
  font-family: Arial;
  color: #000000;
  font-size: 11px;
  width: 170px;
}
.selectCountriesInactive {
  font-family: Arial;
  font-size: 11px;
  color: #808080;
  width: 170px;
  background-color: #F4F4F4;
}
.inputKeyword {
  font-family: Arial;
  color: #000000;
  font-size: 11px;
  width: 170px;
}
.inputKeywordInactive {
  font-family: Arial;
  color: #000000;
  font-size: 11px;
  color: #808080;
  width: 170px;
  background-color: #F4F4F4;
}
.highlight { font-weight: bold; }
.lowlight { color: #808080; }
#main_table
{
   border:1px ; 
   width:600px; 
   height:130px;
   border-color:#0000FF;
   padding:0;
   margin:0 0 0 0;
   background-color: #eef2fb; 
   font-family:Verdana; 
   font-size:10px;
}

.text1
{
  color: #000000; 
  
  font-weight:bold;   

}    
.td_submit
{
  align: right;
  valign: bottom;
 
}
select
{
  font-weight:normal;
}
.testoarancione
{
   color: #FF6600; 
   
}
