


/*TRYING OUT THIS CANCEL BUTTON - APPLE AS ALWAYS DOES IT DIFFERENTLY */
input[type="search"]::-webkit-search-cancel-button {
 /* Remove default */
  -webkit-appearance: none;

  /* Now your own custom styles */
    border-radius: 0;

   height: 14px;
   width: 14px;
   padding:5px;
   display: block;
   text-align:center;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  /* setup all the background tweaks for our custom icon */
  background-repeat: no-repeat;

  /* icon size */
  background-size: 20px;

}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
     -webkit-appearance: none;
     border-radius: 0;
}
//ELIMINATE IPHONE ROUNDED CORNERS ON EVERYTHING
