.zend_form {
	clear: both;
	padding-top: 20px;
	float: left;
	
}

.zend_form legend {
	color: white;
	font-size: 12px;
	line-height: 18px;
}

.zend_form legend span {
	padding: 1px 5px 1px 5px;
	background: url("/public/images/form/red_legend.png") repeat-x;
	-moz-border-radius: 5px;
	position: absolute;
	top: -10px;
	left: 10px;
}

.zend_form fieldset {
	background: url("/public/images/form/fieldset_bg.png") repeat-x;
	position: relative;
	border-top: 0px;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}

.zend_form fieldset div.area_form {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 30px;
	margin-right: 0px;
}

.zend_form {
	width: 500px;
	margin: 10px;
	font-size: 12px;
}

.zend_form textarea {
	float:right;
	width: 400px;
	height: 200px;
	margin-right: 10px;
	border: 1px solid #e4cdbd;
	background: transparent url(/public/images/form/bg_input.png) repeat-x center top;
}
.zend_form textarea#uwagi {
width: 240px;
height: 100px;
}
.zend_form #numerdomu, .zend_form #numermieszkania, .zend_form #numerdomu_f, .zend_form #numermieszkania_f  {
width: 50px;

}
.zend_form #nip {
width: 100px;
}
.zend_form #takiesame-label label{
font-size: 10px;
width: 220px;
}
.zend_form #takiesame, .zend_form #regulamin {
width: 25px;
background: none;
border: none;
margin-right: 235px;
}

.zend_form .captcha img {
	border: 1px solid #c80002;
	margin-top: -10px;
	margin-left: 160px;
	margin-bottom: 2px;
	margin-right: 10px;
}

.zend_form .errors {
	color: red;
	margin: 4px 0px;
	padding-right:9px;
	clear: right;
	float: right;
	white-space: nowrap;
}

.zend_form .field {
	float: right;
}

.zend_form .field_captcha {
	float: right;
	clear: both;
}

.zend_form .field_captcha .errors {
	clear: right;
	float: right;
	white-space: nowrap;
	margin-right: 10px;
	
}


.zend_form .captchaspan {
	clear: both;
	white-space: nowrap;
	padding-top: 10px;
}

.zend_form .field_area {
	clear: both;
	padding: 1px 0px;
}

#adcaptcha-input {
	float: right;
	width: 100px;
	font-weight: bold;
	border: 1px solid #e4cdbd;
	background: transparent url(/public/images/form/kod.png) no-repeat center top;
}

.zend_form  label {
	float: left;
}

.zend_form input, .zend_form select {
	width: 240px;
	float: right;
	margin-right: 10px;
	border: 1px solid #dec3b1;
	background: transparent url(/public/images/form/bg_input.png) repeat-x center top;
}
.zend_form select {
width: 242px;
}

.zend_form #submit {
	width: 125px;
	height: 23px;
	margin: 10px 10px 20px 0px;
	padding: 0;
	border: 0;
	background: transparent url(/public/images/form/wyslij2.png) no-repeat;
	background-position: 0px 0px;
	text-indent: -1000em;
	cursor: pointer;
	cursor: hand;
}
.zend_form #submit:hover {
background-position: 0px -23px;
}



.zend_form .hidden {
	visibility: hidden;
}
.send_message_green {
color: #076400;
margin-left:10px;
margin-right: 20px;
font-size: 13px;
}
.send_message_green  img{
margin-bottom: -5px;
}