/* Definicje resetujące do standardowych ustawień dla wszystkich przeglądarek */
DIV.IEHeightBug
	{
	xfont-size: 1px;
	height: 1px;
	}
	
DIV.IEHeightBug IMG
	{
	display: block;
	}

*
	{
	background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	}

img
	{
	behavior: url(/css/iepngfix.htc);
	}
	
BODY, TABLE.Layout, INPUT, SELECT
	{
	color: #000000;
	xfont-family: Tahoma, Arial, sans-serif;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	}
	
TABLE
	{
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: borders;
	}
	
TABLE.Layout
	{
	xdisplay: block;
	display: table;
	width: 100%;
	}

TD
	{
	text-align: left;
	vertical-align: top;
	}
	
A
	{
	text-decoration: none;
	}

IMG
	{
	border: none;
	}

INPUT, SELECT, IMG
	{
	vertical-align: middle;
	}
	
UL, OL, LI
	{
  list-style-type: none;
  list-style-position: outside;
	}
	
OPTGROUP OPTION
	{
	padding-left: 10px
	}