@font-face {
    font-family:'Lato';
    src: url('font/lato-blackitalic-web.eot');
    src: url('font/lato-blackitalic-web.eot?#iefix') format('embedded-opentype'),
         url('font/lato-blackitalic-web.woff2') format('woff2'),
         url('font/font/lato-blackitalic-web.woff') format('woff'),
         url('font/lato-blackitalic-web.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('font/lato-regular-web.eot');
    src: url('font/lato-regular-web.eot?#iefix') format('embedded-opentype'),
         url('font/lato-regular-web.woff2') format('woff2'),
         url('font/lato-regular-web.woff') format('woff'),
         url('font/lato-regular-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*---------------*/
body
{
	background:#88b688;
	margin:0;
	padding:0;
}
.pojemnik
{
	background:#88b688;
	width: 824px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding:0;
	/*border:2px solid red;*/
}
#tytul
{
	/*height:	80px;*/
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #30b05b;
	font-family: 'Lato', sans-serif;
	font-size: 60px;
	font-weight:900;
	font-style:italic;
	text-shadow: 3px 4px #5f8fe8;
	text-align: center;
	color: #2233aa;
	border: 1px solid white;
	border-radius:30px;
}
#poj_lewa
{
	float:left;
}
#poj_etykiety
{
	width: 230px;
	padding:20px;
	margin-bottom:10px;
	font-size:25px;
	float:left;
	text-align:right;
	border-radius:15px;
	background-color: #00604a;
	color: #2233aa;
	border: 1px solid white;
}
#poj_komunikaty
{
	visibility:hidden;
	width: 228px;
	padding:20px;
	font-size:25px;
	float:left;
	text-align:center;
	border-radius:15px;
	background-color: #00604a;
	color: #ffffff;
	border: 2px solid red;
}
#poj_zawartosc
{
	/*width:520px;*/
	padding:10px;
	margin-left:10px;
	font-size:25px;
	float:left;
	border-radius:15px;
	background-color: #00604a;
	border: 1px solid white;
}
#nowy_kom1
{
	/*height:100px;*/
	background-color: #30b05b;
	color: #cc3333;
	font-family: 'Lato', sans-serif;
	/*font-weight:900;*/
	font-size:30px;
	text-shadow: 1px 2px #000044;
	border-radius:10px;
	padding:5px;
}
#nowy_nick
{
	padding:5px;
	border-radius:10px;
	background-color: #30b05b;
	font-family: 'Lato', sans-serif;
}
#nowy_nick1
{
	padding:10px;
}

#n_nick
{
	width: 500px;
	font-size:25px;
	font-family: 'Lato', sans-serif;
	padding:5px;
	background-color: #30b05b;
	border:0;
	border-radius:10px;
}
#n_nick:focus
{
	outline:0;
}
#nowy_email
{
	padding:5px;
	margin-top:20px;
	border-radius:10px;
	background-color: #30b05b;
	font-family: 'Lato', sans-serif;
}
#nowy_email1
{
	padding:10px;
}
#n_email
{
	width: 500px;
/*	height:40px;*/
	height:38px;
	font-size:25px;
	font-family: 'Lato', sans-serif;
	padding:5px;
	background-color: #30b05b;
	border:0;
	border-radius:10px;
}
#n_email:focus
{
	outline:0;
}
#nowy_www
{
	padding:5px;
	margin-top:20px;
	border-radius:10px;
	background-color: #30b05b;
	font-family: 'Lato', sans-serif;
}
#nowy_www1
{
	padding:10px;
}
#n_www
{
	width: 500px;
/*	height:40px;*/
	height:38px;
	font-size:25px;
	font-family: 'Lato', sans-serif;
	padding:5px;
	background-color: #30b05b;
	border:0;
	border-radius:10px;
}
#n_www:focus
{
	outline:0;
}
#nowy_tresc
{
	padding:5px;
	margin-top:20px;
	border-radius:10px;
	background-color: #30b05b;
	font-family: 'Lato', sans-serif;
}
#n_tresc
{
	width: 500px;
	height:300px;
	font-size:25px;
	font-family: 'Lato', sans-serif;
	padding:5px;
	resize:none;
	background-color: #30b05b;
	border:0;
	border-radius:10px;
	overflow: auto;
}
#n_tresc:focus
{
	outline:0;
}
#nowy_tresc1
{
	height:300px;
	padding:10px;
}
#nowy_wyslij
{
	width:465px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	
}
.n_przycisk
{
	width: 150px;
	height:50px;
	font-size:25px;
	background-color: #30b05b;
	color:#ccffcc;
	font-family: 'Lato', sans-serif;
	font-weight:900;
	border-right: #666666 2px solid;
	border-left: #dddddd 2px solid;
	border-top: #dddddd 2px solid;
	border-bottom: #666666 2px solid;
	border-radius:7px;
}
.n_przycisk:focus
{
	outline:0;
	background-color: #29a944;
}
#nowy_dlugosc
{
	width: 300px;
	height:50px;
	font-size:25px;
	color:#ccffcc;
	font-family: 'Lato', sans-serif;
	font-weight:900;
}
