  th {background: #555;color: #FFF;}
  tr:nth-child(odd) {background: #CCC;}
  tr:nth-child(even) {background: #EFEFEF;}
  
  #myInput {
  background-image: url('/images/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;

  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 2px solid #ddd;
   display:inline-block;
 	float: right;
 	  min-width: 100px;
}
