div#formularz_kontaktowy {
margin-left:auto;
margin-right:auto;
width:400px;
border:1px dotted #FCF4E8;
border-top:0;
}

form.cmxform {
	width: 400px;
	font-size: 1.0em;
	color: #333;
}


form.cmxform input {
	width:160px;
	color:#89B015;

}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
	margin-bottom: 10px;
}


form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }


form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	text-align:center;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}


form.cmxform label { width: 150px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 153px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 128px;
}

form.cmxform textarea {
	display:block;
	margin-left: 50px;
	width:300px;
	color:#89B015;
	/*background:#F0F7DD;*/

}

form.cmxform label.l_mail { 
	width: 120px; 
	margin-left:30 px;
	color:#EA993A;
} 

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

