
form.cmxform p {
	text-align: left;
  padding: 16px 20px 16px 40px;
  background: #eaf1f8;
  border: 1px solid #cfe0f0;
  margin-left: 40px;
  margin-top: 40px;
  margin-right: 53px;
  zoom:1;
}

* > form.cmxform p {
	margin-right: 42px;
}

#kontakt_icon {
	margin-left: -80px;
  margin-top: -17px;
}

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 li.separate
{
  border-top: 1px solid #cfe0f0;
  border-bottom: 1px solid #cfe0f0;
  padding:0.5em 0 0.3em 0;
  margin:0.5em 0 0.8em 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-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 185px; 
}

form.cmxform fieldset fieldset label {
  margin-left: 188px; 
}

form.cmxform input.text, form.cmxform textarea, form.cmxform select,input.small_text,input.small_text_right {
	width: 234px;
  vertical-align: bottom;
  border: 1px solid #cfe0f0;
  background: #eaf1f8;
  margin-bottom: 3px;
}
form.cmxform textarea {margin-top:3px;}

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

#formSendOn {
	background-color: #00387B;
}

.error {
	color: red;
}

form.cmxform select {width: 245px;}


form.cmxform input.readOnly, form.cmxform  input.oneDigit {line-height:1em;}
form.cmxform input.readOnly {width:43px;}
form.cmxform input.oneDigit {width:10px;padding-left:0;padding-right:0;text-align:center;}



form.cmxform input, form.cmxform select, form.cmxform textarea {
	border: 1px solid #cfe0f0;
  background: #eaf1f8;
}


