/*
Kody systemów operacyjnych:
	win – Microsoft Windows
	linux – Linux (x11 and linux)
	mac – Mac OS
	freebsd – FreeBSD
	ipod – iPod Touch
	iphone – iPhone
	webtv – WebTV
	mobile – J2ME Devices (ex: Opera mini)
Kody przeglądarek:
	ie – Internet Explorer (All versions)
	ie8 – Internet Explorer 8.x
	ie7 – Internet Explorer 7.x
	ie6 – Internet Explorer 6.x
	ie5 – Internet Explorer 5.x
	gecko – Mozilla, Firefox (all versions), Camino
	ff2 – Firefox 2
	ff3 – Firefox 3
	ff3_5 - Firefox 3.5
	opera – Opera (All versions)
	opera8 – Opera 8.x
	opera9 – Opera 9.x
	opera10 – Opera 10.x
	konqueror – Konqueror
	webkit or safari – Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
	safari3 – Safari 3.x
	chrome – Google Chrome
	iron - SRWare Iron
Przykład:
	.ie .example {background-color: yellow}
	.ie7 .example {background-color: orange}
	.gecko .example {background-color: gray}
	.win.gecko .example {background-color: red}
	.linux.gecko .example {background-color: pink}
	.opera .example {background-color: green}
	.webkit .example {background-color: black}
	.chrome .example {background-color: cyan}
	.example {width: 100px;
	          height: 100px;}
	.no_js { display: block }
	.has_js { display: none }
	.js .no_js { display: none }
	.js .has_js { display: block }
*/

.chrome select{margin-left:2px;}