form.cmxform p
{
    text-align: center;
    padding: 10px;
    background: #f7f7f7;
}

form.cmxform fieldset {
  margin-bottom: 1px;
  border: 0px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  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: right;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label
{
    margin-top: 5px;
    width: 169px; /* szerokosc opisu */
    font-weight: bold;
}

* > form.cmxform label
{
    width: 162px;
}

form.cmxform fieldset fieldset label
{
    margin-left: 240px; /* +3 */
    margin-top: 5px;
}

form.cmxform input.text, form.cmxform textarea, form.cmxform select
{
    width: 256px;
    vertical-align: bottom;
    border: 1px solid #e2e4e7;
    background-color: #f7f7f7;
    margin-top: 5px;
}

form.cmxform select {
       width: 256px;
}

#module_form *  > input.text, #module_form * > textarea, #module_form * > select {
       width: 256px;
}


#formSend, #formSendOn
{
    /*background-color: #29598C;*/
    background-color: #FE6901;
    /*border: 1px solid #29598C;*/
    border: 1px solid #FD4D03;
    color: white;
    font-weight: bold;
    width: 100px;
    cursor: pointer;
    height: 22px;
    margin-right: 15px;
}

* > #formSend, #formSendOn
{
    margin-right: 10px;
}

#formSendOn {
    /* background-color: #00387B; */
    background-color: #FC3C04;
}


#newsletterSend, #newsletterSendOn
{
    /*background-color: #29598C;*/
    background-color: #FE6901;
    /*border: 1px solid #29598C;*/
    border: 1px solid #FD4D03;
    color: white;
    font-weight: bold;
    width: 150px;
    cursor: pointer;
    height: 22px;
}

#newsletterSendOn {
    /* background-color: #00387B; */
    background-color: #FC3C04;
}

.error {
       color: red;
}

#module_form * {
       font-size: 10px;
}
