/************************************************************************************
 OTHER BROWSER HACKS
*************************************************************************************/
/*
html[data-useragent*="Trident/"] body {}
html[data-useragent*="MSIE 10.0"] body {}
html[data-useragent*="MSIE 9.0"] body {}
html[data-useragent*="MSIE 8.0"] body {}

html[data-useragent*="Safari/"] body {}
html[data-useragent*="Chrome/"] body {}
html[data-useragent*="Firefox/"] body {}

html[data-useragent*="Trident/"]	header #topbar form.search input[type="submit"] {padding: 4px 10px;}
html[data-useragent*="MSIE 10.0"]	header #topbar form.search input[type="submit"] {padding: 4px 10px;}
html[data-useragent*="MSIE 8.0"] 	header #topbar form.search input[type="submit"] {height: 23px;}
html[data-useragent*="Android 4."] 	header #topbar form.search input[type="submit"] {top: 4px;}
*/

/*HEADER*/
html.win 				section form#search-address input[type="submit"] {padding: 4px 10px;}
html.ie8				section form#search-address input[type="submit"] {height: 23px;}
html.webkit				section form#search-address input[type="submit"] {top: 2px;}
html.chrome				section form#search-address input[type="submit"] {top: 7px;}
html.win.chrome			section form#search-address input[type="submit"] {top: 3px;}
html.win.ff2			section form#search-address input[type="submit"] {padding: 3px 10px;}
html.mobile.safari5		section form#search-address input[type="submit"] {top: 0px;}
html.mobile.android		section form#search-address input[type="submit"] {top: 4px; padding: 4px 10px;}
/*html.mobile.android[data-useragent*="Android 4.1"] section #topbar form#search-address input[type="submit"] {top: 0;}*/
html.ie8[data-useragent*="Windows NT 5.1"] section form#search-address input[type="submit"] {height: 24px; top: 7px;}

html.win 				section #direction form#from input[type="submit"] {padding: 4px 10px;}
html.ie8				section #direction form#from input[type="submit"] {height: 23px;}
html.webkit				section #direction form#from input[type="submit"] {padding: 4px 10px;}
html.chrome				section #direction form#from input[type="submit"] {top: 2px;}
html.win.chrome			section #direction form#from input[type="submit"] {top: 3px;}
html.win.ff2			section #direction form#from input[type="submit"] {padding: 3px 10px;}
html.mobile.safari5		section #direction form#from input[type="submit"] {top: 0px;}
html.mobile.android		section #direction form#from input[type="submit"] {top: 4px; padding: 4px 10px;}
/*html.mobile.android[data-useragent*="Android 4.1"] section #direction form#from input[type="submit"] {top: 0;}*/
html.ie8[data-useragent*="Windows NT 5.1"] section #direction form#from input[type="submit"] {height: 24px; top: 7px;}