body
{
	background-color: #2F3336;
	color: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
	
}
body a
{
	text-decoration:none;
}
.tytul
{
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

.box
{
	background-color:#000000;
	
	min-height:380px;
	margin-left:auto;
	margin-right:auto;
}

.box h1
{
	color:#ffffff;
	font-size:18px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 1mm;
}

.box h2
{
	color:#ffffff;
	font-size:14px;
	text-align: left;
	font-weight: 300;
	margin-left: 10px;
}

table h2
{
	color:#ffffff;
	font-size:14px;
	text-align: left;
	font-weight: 300;
	margin-left: 10px;
}

.znaleziono
{
	color:#ffffff;
	font-size:16px;
	text-align: left;
	font-weight: 300;
	margin-left: 10px;
}

.kreska_szara_bottom
{
	border-bottom: 2px solid #9C9C9C;
	width:100%;
	min-height:7px;
}
.kreska_szara_top
{
	border-top: 2px solid #9C9C9C;
	width:100%;
	min-height:7px;
}



input[type=text],
input[type=password],
input[type=number]
{
	width: 90%;
	background-color: #efefef;
	color: #666;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-size: 20px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	margin-top: 20px;
	margin-left: 5%;
	margin-right: 5%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus
{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	border: 2px solid #a5cda5;
	background-color: #e9f3e9;
	color: #428c42;
}

input[type=submit]
{
	width: 90%;
	background-color: #36b03c;
	font-size:20px;
	color: white;
	padding: 15px 10px;
	margin-top: 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
	outline: none;
	margin-left: 5%;
	margin-right: 5%;
}


input[type=submit]:hover
{
	background-color: #37b93d;
	box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.9);
}

input::-webkit-input-placeholder
{
    color: #999;
}
input:focus::-webkit-input-placeholder
{
    color: #428C42;
}
/* Firefox < 19 */
input:-moz-placeholder
{
    color: #999;
}
input:focus:-moz-placeholder
{
    color: #428C42;
}
/* Firefox > 19 */
input::-moz-placeholder
{
    color: #999;
}
input:focus::-moz-placeholder
{
    color: #428C42;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder
{
    color: #999;
}
input:focus:-ms-input-placeholder
{
    color: #428C42;
}

.klawisz
{
	background-color: #636361;
	width:100%;
	text-align:center;
	color:#ffffff;
	margin:0px 0px 15px 0px;
	padding:15px 0px 15px 0px;
	border-radius: 5px;
}

.klawisz:hover
{
	background-color:#343434;
	box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.9);
	
}

.klawisz_1
{
	background-color: #636361;
	width:90%;
	text-align:center;
	color:#ffffff;
	margin:0px 0px 15px 0px;
	padding:15px 0px 15px 0px;
	border-radius: 5px;
	margin-left: 5%;
	margin-right: 5%;
}

.klawisz_1:hover
{
	background-color:#343434;
	box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.9);
	
}

.menu
{
	background-color:#000000;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
	margin-top:30px;
	min-height:300px;
	max-width:300px;
	padding: 0px;
}
.container
{
	width: 100%;
}
.kolektor
{
	text-align:center;
		margin-left:auto;
	margin-right:auto;
}

table tr td
{
	font-size:18px;
}