For some strange reason my search input box on my site losses the css style ie: border color, size etc..when i use the doctype below. Alse when using the doctype below in my documents its not allowing me to use scrollbar color change code in my css.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
What causes this to happern?