#lomake textarea{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	width:236px;
	height:281px;
	border:1px #000000 solid;
	padding:5px 5px 5px 5px;
	background:#F7F7F7;
	resize:none;
	font-family:'L News Gothic W01', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#lomake input[type=text]{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	width:241px;
	height:19px;
	background:#F7F7F7;
	border:1px #000000 solid;
	padding:0 0 2px 5px;
	font-family:'L News Gothic W01', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#lomake input[type=text]:hover, #lomake textarea:hover,
#lomake input[type=text]:focus, #lomake textarea:focus{
	background:#f1f1f1;
}
#lomake input[type=submit]{
	font-size:14px;
	font-weight:bold;
	border:0;
	background:#c3150a;
	color:#FFFFFF;
	padding:5px 10px;
	font-family:'DIN Next W01';
	font-size:2em;
	height:1.4em;
}
#lomake input[type=submit]:hover{
	background:#20588a;
	color:#FFFFFF;
}
#lomake label.error{
	color:red;
	display:none;
}
#errors{
	clear:both;
	line-height:1em;
}
#errors label{
	clear:both;
}
#sended{
	display:none;
}