input, textarea, select
{
	border: 1px #ccc 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;
	vertical-align: middle;
}

.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;
}

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

.button
{
	background: url('../images/gfx/button.png') repeat-x;
	width: auto;
	color: #000;
	padding: 3px 5px;
	border: 0px !important;
}

.button_grey
{
	background: #eee;
	width: auto;
	color: #000;
	padding: 3px 9px;
	border: 1px solid #ddd;
}


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

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

#rej_zap a span
{
	color: #f8b600;
	font-weight: bold;
	font-size: 12px;
}

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

.logowanie label
{
	padding-top: 5px;
}

.logowanie .button
{
	margin-left: 10px;
	height: 20px;
	padding: 3px 10px;
	background: url("../images/gfx/button.png") repeat-x;
	border: 1px solid #d29700;
}

.logowanie input
{
	background: url('../images/gfx/gradient_login.png') repeat-x;
	border: 1px solid #8c8c8c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.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: green !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: 190px;
	background: url('../images/gfx/kropka.png') right repeat-y;
	text-align: center;
	padding-bottom: 20px !important;
}

.typuj select
{
	width: 140px !important;
	overflow: hidden;
	height: auto;
	border: 0px !important;
}

.typuj select option
{
	padding: 3px;
}

.typuj select option:checked
{
	background: red !important;
	color: #red;
}

.typuj img
{
	margin: 20px;
}

#zapisz_typuj
{
	background: url('../images/gfx/kropka.png') top repeat-x;
	text-align: center;
	padding-top: 10px;
	line-height: 150%;
	
}

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

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

.img_button
{
	width: auto;
	border: 0px !important;
}
