input[type="checkbox"]{

  -webkit-appearance: none;
  width:15px;
  height:15px;
  border:2px solid #141565;
  border-radius:0px;
  background:transparent;
  opacity:1;
  

}


input[type="checkbox"]:checked{
  background:#ff9900;
  opacity:1.5;

}

.search td.row2 label{

  	font-size:120%;
	line-height: 140%;
	margin:3px 0 3px 0;
}



