
body, a {
	background: #01988E;
	color: #FFF;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

body,html {
	min-width: 290px;
	margin: 0;
	padding: 0;
}

body {
	padding: 15px;
}

input {
background: #016D65;
color: #FFF;
}

.buttonOK {
	border: 0;
	padding: 5px 10px;
	font-size: 15px;
	cursor: default;
}

.pola {
	width: 310px;
	height: 30px;
	font-size: 14px;
	border: 0;
	padding: 2px 10px;
}

.pole2 {
	width: 239px;
	height: 30px;
	font-size: 14px;
	border: 0;
	padding: 2px 10px;
}

.buttonOK:hover {
	background: #FFF;
	color: #000;
	cursor: pointer;
}

.pola:hover {
	border: 2;
}


#ukryty {
	display: none;
}

#wiecej {
	/*width: 68px;*/
	float: left;
}

.techniczna {
    position: fixed;
    z-index: 999;
    margin: 15px;
    padding: 10px;
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    line-height: 1.42857143;
    font-size: 16px;
    font-weight: 400;
    font-family: Verdana;
    bottom: 0;
    width: calc(100% - 50px);
    text-align: center;
}

.title.load {
	position: relative;
	background: #016D65 url(loader.gif) no-repeat right 5px center;
	background-size: auto 50%;
}

.wrapper {
	min-width: 320px;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 450px){

	img {
		max-width: 100%;
		height: auto;
	}

	.pola {
	    width: 210px;
	}

	.pole2 {
	    width: 139px;
	}
}