body { 
	padding:0; 
	margin:0; 
	text-align:center; 
	background:url(../images/Background.jpg) no-repeat center bottom fixed;
	background-size:100% 100%;	
}

.error {
background: rgb(255,65,48); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,65,48,1) 0%, rgba(206,24,24,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,65,48,1)), color-stop(100%,rgba(206,24,24,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,65,48,1) 0%,rgba(206,24,24,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,65,48,1) 0%,rgba(206,24,24,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,65,48,1) 0%,rgba(206,24,24,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,65,48,1) 0%,rgba(206,24,24,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4130', endColorstr='#ce1818',GradientType=0 ); /* IE6-9 */
color:#fff;
 }
 
.good{
background: rgb(180,255,20); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(180,255,20,1) 0%, rgba(143,200,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,255,20,1)), color-stop(100%,rgba(143,200,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(180,255,20,1) 0%,rgba(143,200,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(180,255,20,1) 0%,rgba(143,200,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(180,255,20,1) 0%,rgba(143,200,0,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(180,255,20,1) 0%,rgba(143,200,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ff14', endColorstr='#8fc800',GradientType=0 ); /* IE6-9 */
color:#fff;
}

.low{
background: rgb(255,214,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
}

.medium{
background: rgb(229,112,231); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,112,231,1) 0%, rgba(200,94,199,1) 47%, rgba(168,73,163,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,112,231,1)), color-stop(47%,rgba(200,94,199,1)), color-stop(100%,rgba(168,73,163,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(229,112,231,1) 0%,rgba(200,94,199,1) 47%,rgba(168,73,163,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 ); /* IE6-9 */
}



p { font-family:Verdana, Geneva, sans-serif; font-size:18px; }
#body{
	position:relative;
	top:0px;
	margin:auto;
	width:1200px;
}

#main{
	position:relative;
	top:0px;
	width:100%;
	margin:auto;
	border-radius:20px;
	box-shadow:0px 0px 1px #000;
	background:#fcfcfc;
/*	background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 1%, rgba(252,252,252,0.9) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(1%,rgba(255,255,255,0.9)), color-stop(100%,rgba(252,252,252,0.9))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 1%,rgba(252,252,252,0.9) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 1%,rgba(252,252,252,0.9) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 1%,rgba(252,252,252,0.9) 100%); /* IE10+ */
/*	background: linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 1%,rgba(252,252,252,0.9) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6fcfcfc',GradientType=0 ); /* IE6-9 */


	
}

/* tabele dla list */

#tableList {
	cursor:pointer;
	width:99%;
	border:1px solid #CCC;
	border-radius:10px;
	margin:10px auto auto auto;
	padding:5px;
	-moz-transition: all 0.2s ease-out;  /* FF3.7+ */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	

	
 }
#tableList:hover {
 	box-shadow:0px 2px 5px #ccc;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
#tableList p {
	font-size:16px;
}

#tableList td.narzedzia p{
	cursor:pointer;
	display:inline;
	float:right;
	margin-left:10px;
}
#tableList td.narzedzia{

}
#tableList  p.title{
	float:left;
	font-weight:bold;
}
#tableList p.klient{
	line-height:10px;
	font-size:14px;
	float:left;
	font-weight:bold;
	font-style:italic;
}
#tableList  p.nip{
	float:left;
}
#tableList p.regon{
	float:right;
}