form.cmxform p {
	text-align: center;
	padding: 10px;
	background: #E7E7E7;
	margin-bottom: 10px;
}

form.cmxform fieldset {
	margin-bottom: 1px;
	border: 0px;
	padding: 0px;
}
form.cmxform legend {
	padding: 0 2px;
	display: none;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	text-align: right;
}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 0px;
	margin: 0;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	padding: 0px;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	text-align: left;
}
form.cmxform em {
	font-style: normal;
	color: #f00;
}
form.cmxform label {
	width: 150px; /* szerokosc opisu */
}

form.cmxform fieldset fieldset label {
	margin-left: 153px; /* +3 */
}

form.cmxform input.text, form.cmxform textarea, form.cmxform select {
	width: 268px;
	vertical-align: bottom;
	border: 1px solid #C6C7CE;
	margin: 0 !important;
}

form.cmxform select {
	width: 231px;
}

form.cmxform textarea {
	margin-top: 2px
}

#module_form *  > input.text, #module_form * > textarea, #module_form * > select {
	width: 263px;
}


#formSend, #formSendOn {
	background-color: #84cc09;
	border: 1px solid #84cc09;
	color: white;
	font-weight: bold;
	width: 150px;
	cursor: pointer;
}

#formSendOn {
	background-color: #0b8b3c;
	border-color: #0b8b3c;
}

.error {
	color: red;
}

#module_form  {
	margin-top: 10px;
}