		html	{
					overflow: auto;
				}

/* główne style znaczników */
		body	{
					font-family: Arial;
					font-size: 12px;
					color: black;
					margin: 0;
					overflow-y: auto;
					overflow-x: hidden;
				}

		a		{
					text-decoration: none;
					color: black;
				}

/* górne menu */
		table.topMenu	{
							box-shadow: 3px 3px 3px;
						}

		form.topMenuMargin
						{
							margin: 0
						}

		td.buttonDark	{
							background: url("../graph/button_1.jpg");
						}

		td.buttonLight	{
							background: #3d8bcd url("../graph/button_2.jpg");
						}

		button.buttonHome
						{
							border: 0;
							background: transparent;
							width: 33px;
							height: 28px;
							padding: 0 0 0 0;
							cursor: pointer;
						}

		button.buttonText
						{
							font-family: Arial;
							font-weight: bold;
							font-size: 12px;
							background: transparent;
							color: #ffffff;
							border: 0;
							width: 190px;
							height: 28px; 
							cursor: pointer;
						}


/* co w lublinie - strona główna */
		div.inlubnew	{
							font-size: 10px;
							cursor: pointer;
						}

/* co na serwerze - strona główna */
		div.inservnew	{
							font-size: 10px;
							color: black;
						}

/* dane wejściowe formularzy */
		input.text		{	border: 1px solid black;
							width: 300px;
							height: 20px;
							font-family: Arial;
							font-size: 12px;
							color: grey;
						}

		textarea.text	{	border: 1px solid black;
							width: 500px;
							height: 200px;
							font-family: Arial;
							font-size: 12px;
							color: gray;
						}

/* overlay */
		#overlay		{
							display: none;
							width: 100%;
							height: 100%;
							background-color: #000;
							position: fixed;
							top: 0px;
							left: 0px;
							filter: alpha(opacity=60);
							-moz-opacity: .60;
							opacity: .60;
						}

		.contener		{
							width: 0px;
							height: 0px;
							position: fixed;
							top: 0px;
							left: 0px;
							filter: alpha(opacity=100);
							-moz-opacity: 1;
							opacity: 1;
						}
