input, textarea, select
{
	border: 1px #888 solid;
	padding: 1px;
	width: 200px;
	background: #fff;
	color: #000;
	margin: 0px;
	font-size: 11px !important;
	font-family: Verdana;
}

/*dla firefox i padding na butonie*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: none;
}
/*end. dla firefox i padding na butonie*/

label
{
	display: block;
	width: 130px;
	float: left;
	text-align: right;
	padding: 3px;
	margin-right: 5px;
	font-weight: bold;
	color: #888;
	clear: both;
}

.label
{
	width: 130px;
	float: left;
	text-align: right;
	padding: 3px;
	margin-right: 5px;
	clear: both;
	color: #888;
	font-weight: bold;
}

.form_szukaj
{
	position: absolute;
	bottom: 16px;
	right: 430px;
}

.form_szukaj input, .logowanie input
{
	float: left;
	font-size: 13px;
	height: 15px;
}

.form_szukaj .button
{
	float: left;
	height: auto;
}

.form_szukaj #img_szukaj
{
	height: 19px;
	width: 19px;
	background: url('../images/f1zone/other/lupa.png') #f5f5f5  no-repeat 4px 4px;
	float: left;
	margin-right: 5px;
}

.button
{
	background: #2e86f4;
	width: auto;
	color: #fff;
	padding: 2px;
	border: 0px !important;
}

.logowanie
{
	position: absolute;
	top: 17px;
	right: 17px;
	background: #2d2d2d;
	padding: 5px;
	width: auto !important;
	width: 350px;
}

#rej_zap
{
	position: absolute;
	top: 57px;
	right: 27px;
	color: #777;
}

.logowanie label, .logowanie input
{
	clear: none;
	float: left;
}

.form div
{
	padding: 3px;
	line-height: 100%;
	height: 100%;
	overflow: hidden;
}

.error
{
	padding-bottom: 10px;
	color: red;
	font-weight: bold;
}

.success
{
	padding-bottom: 10px;
	color: #2e86f4 !important;
	font-weight: bold;
}

.bledy ul
{
	margin-left: 30px;
}

.bledy p
{
	padding-bottom: 3px;
}

.bledy ul li
{
	color: red;
	padding: 3px;
}

.typuj
{
	float: left;
	width: 147px;
}

.typuj select
{
	width: 140px !important;
}

.box
{
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
}

.cytuj
{
	float: right;
	color: #393939 !important;
}