#form p {
	clear: left;
}
#form label {
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#form input {
	font-size: 0.7em;
	width: 180px;
	background-image: url(../images/bg-input.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #CCCCCC;
}
#form textarea {
	width: 180px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg-input.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#form .send {
	margin-left: 130px;
	font-size: 1em;
	width: 80px;
	background-color: #CCCCCC;
	background-image: none;
}
#form_zapytanie p {
	clear: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#form_zapytanie label {

	width: 200px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#form_zapytanie input {

	font-size: 0.7em;
	width: 250px;
	background-image: url(../images/bg-input.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #1C5180;
}
#form_zapytanie textarea {

	width: 250px;
	border: 1px solid #1C5180;
	background-image: url(../images/bg-input.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#form_zapytanie .send {
	margin-left: 210px;
	font-size: 1em;
	background-color: #EEDE6F;
	background-image: none;
	width: 130px;
	border: 1px solid #EEDE6F;
	color: #333333;
}
#form_zapytanie .checkbox {
	width: auto;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
