form.cmxform p {
  text-align: center;
  padding: 10px;
  margin:0 0 10px 0;
}

form.cmxform fieldset {
position:relative;
  /*margin-bottom: 1px;*/
  border: 0px;
  text-align:left;
}
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 0 7px 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: 103px; /* +3 */
}

form.cmxform input.text, form.cmxform textarea, form.cmxform select {
	width: 301px;
  vertical-align: bottom;
  border: 1px solid #3AA1D8;
  font-family:tahoma;
  font-size:11px;
}

form.cmxform input.text {padding:2px 0;}

form.cmxform select {
	width: 301px;
}

form.cmxform textarea {
	margin-top: 2px;
	background:#FFF;
}

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


#formSend {
  background-color: #00729C;
  padding:0 10px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-size:0.95em;
  margin-right:7px;
  
}


.error {
	color: red;
}

#module_form  {
	margin:0;
	padding:0;
}

#module_form form.cmxform textarea {margin-top:3px;}
