.zend_form {
	
	padding-top: 20px;
	float: left;
	
	
}
#mini {
margin-left: 20px;
margin-top: 0px;
}

.zend_form legend {
	color: #526065	;
	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 #11161c;
	border-right: 1px solid #11161c;
	border-bottom: 1px solid #212832;
	color: #677479;
}

.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;
}
#mini {
width: 250px;

}
.zend_form textarea {
	color:#f96901;
	float:right;
	width: 400px;
	height: 200px;
	margin-right: 10px;
	border: 1px solid #2c3642;
	background: #3c4652 url(/public/images/form/bg_input.png) repeat-x center top;
}
#mini textarea {
width: 150px;
height: 70px;
}

.zend_form .captcha img {
	border: 1px solid #eb6301;
	margin-top: -10px;
	margin-left: 160px;
	margin-bottom: 2px;
	margin-right: 10px;
	float: left;
}
#mini .captcha img {
margin-left: 0px;


}
#mini label {
font-size: 12px;
}
.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;
	position: relative;
	height: 110px;
}
.zend_form .field_captcha .errors{

position: absolute;
left: 160px;
top:72px;

}

.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;
	
}
#mini .captchaspan {
float: right;
height: 30px;
margin-right: 10px;
}

.zend_form .field_area {
	clear: both;
	padding: 1px 0px;
}

#adcaptcha-input {
	margin-top:-10px;
	float: right;
	width: 100px;
	font-weight: bold;
	border: 1px solid #2c3642;
	background: transparent url(/public/images/form/kod.png) no-repeat center top;
}
#mini #adcaptcha-input { 
width: 50px;
margin-left: 0px;
}
.zend_form  label {
	float: left;
}

.zend_form input  {
	color:#f96901;
	width: 240px;
	float: right;
	margin-right: 10px;
	border: 1px solid #2c3642;
	background: transparent url(/public/images/form/bg_input.png) repeat-x center top;
	
}
#mini input {
width: 150px;
}
#mini #od, #mini #do {
width: 70px;
}

#mini select{
width: 152px;
margin-right: 10px;
background: #eeeded url(/public/images/form/bg_input.png) repeat-x center top;
border: 1px solid #c7d2da;
}
.zend_form #submit_szukaj {
	width: 125px;
	height: 23px;
	margin: 10px 10px 20px 0px;
	padding: 0;
	border: 0;
	background: transparent url(/public/images/form/szukaj_btn.png) no-repeat;
	background-position: 0px 0px;
	text-indent: -1000em;
	cursor: pointer;
	cursor: hand;
}
.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, .zend_form #submit_szukaj:hover {
background-position: 0px -23px;
}



.zend_form .hidden {
	visibility: hidden;
}
.blur {
	
	background: #3c4652 url(/public/images/form/bg_input_blur.png) repeat-x center top !important;
	color: #6f6f6f;
}
.focus {
background: #3c4652 url(/public/images/form/bg_input_focus.png) repeat-x center top !important;
color: #151515;
border-bottom: 1px solid #667487 !important;
}
.send_message_green {
color: #076400;
float: right;
margin-right: 20px;
font-size: 13px;
}
.send_message_green  img{
margin-bottom: -5px;

}
