input.delete_from_bl {  border:none;
  cursor:pointer;
  width:30px;
  height:30px;
  background:url(del_from_bl.gif);
}

input.add_to_bl {
  border:none;
  cursor:pointer;
  width:30px;
  height:30px;
  background:url(add_to_bl.gif);
}

input.delete_from_fav {
  border:none;
  cursor:pointer;
  width:30px;
  height:30px;
  background:url(del_from_fav.gif) no-repeat left top;
}

input.add_to_fav {
  border:none;
  cursor:pointer;
  width:30px;
  height:30px;
  background:url(add_to_fav.gif) no-repeat left top;
}

input.add_to_contact {
  border:none;
  cursor:pointer;
  width:30px;
  height:30px;
  background:url(add_to_contact_list.gif);
}

.search_pager input {
  width: 20px;
  height: 30px;
}

table tr.pointer td {
  cursor: pointer;
}

table.save_search_table td.form_field input
{
  width:300px;
  /*background-color:#FFFAEE;*/
  border-color:#000000 #000000 #FEB83A;
  border-style:solid solid dotted;
  border-width:0 0 1px;
  color:#2D5083;
  font-size:12px;
  height:20px;
}

table.save_search_table td.form_field select
{
  text-align:left;
  width:300px;
  /*background-color:#FFFAEE;*/
  border-color:#000000 #000000 #2D5083;
  border-style:solid solid dotted;
  border-width:0 0 1px;
  color:#2D5083;
}

table.save_search_table td.form_field input.dark{  
  color:#2D5083;
  border-bottom:dotted 1px #2D5083;  
}
