form {
	margin: 0;
}

select,textarea,input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding:0px 2px;
	margin:5px 0 0 0;
	border: 1px solid #767676;
}


/*input {
	width: 230px;
	height: 20px;
}*/



form .form-row {
	width: 730px;
	position: relative;
	clear: both;
	padding-top: 10px;
}

form .form-row input,form .form-row select,form .form-row textarea {
	width: 252px;
}

form label {
	float: left;
	width: 157px;
}

form .form-item {
	float: left;
	width: 270px;
}

form .error-item {
	float: left;
	width: 300px;
	color: #9E1B1F;
	padding-left: 8px;
}

.submit {
	border: 0;
	width: auto;
	height: auto;
	margin-left: 60px;
}

#submit {
	border: 0;
	width: auto;
	height: auto;
}

.required {
	background-image: url('/images/ico/asterix.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

.required2 {
	background-image: url('/images/ico/asterix2.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

.asterix {
	background-image: url('/images/ico/asterix.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.asterix2 {
	background-image: url('/images/ico/asterix2.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
}

form .form-legend {
	position: relative;
	clear: both;
	padding-top: 10px;
	margin-left: 90px;
}

form .form-legend3 {
	position: relative;
	clear: both;
	padding-top: 10px;
	*padding-top: 5px;
	margin-left: 60px;
}

form .form-legend3 p {
	margin: 0 0 5px 0;
}
/* ********************************************************************** */
/* form dane */
label.numerdomu-label {
width:110px;
padding:0 0 0 32px;
}

label.numerlokalu-label {
width:80px;
padding:0 0 0 10px;
}

label.kodprzyklad-label {
width:80px;
padding:0 0 0 10px;
color:#A2A2A2;
font-size: 10px;
}

label.full-label {
width:300px;
padding:15px 0 5px 0px;
}

input.textbox
{
	width: 230px;
	height: 20px;
}


input.numerdomu-input {
width:44px;
height: 20px;
}

input.kod-input {
width:68px;
height: 20px;
}

input.check {
	width: auto;
	height: auto;
	border: 0px none;
	margin-right:7px;
}

#button-zlozzam {
margin:0 0 0 0px;
padding: 0 0 0 30px;
border:0;
}

input.przycisk
{
border:0;
}

.error
{
font-size:12px;
font-weight:bold;
color:red;
}

