#module_form {

}

#module_form .form_url {
	display: none;
}

form.cmxform p {
	margin-bottom: 10px;
}

form.cmxform .formMsg {
	float: left;
	width: 210px;
}

form.cmxform fieldset {
	float: left;
	width: 520px;
	padding: 0px;
}
form.cmxform legend {
	padding: 0 2px;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 0px;
	margin: 0 0 3px 0px;	
}
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: 165px; /* szerokosc opisu */
	text-align: right;
	padding: 4px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}

form.cmxform fieldset fieldset label {
	margin-left: 188px; /* +3 */
}
form.cmxform textarea {
	
}
form.cmxform input.text, form.cmxform textarea, form.cmxform select {
	width: 321px;
	padding: 8px 5px;
	margin: 0px;
	border: none;
	vertical-align: bottom;
	background: #F1F1F1;
	font-family: Arial;
	font-size: 12px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 2px 2px 0px #E4E2E2;
	box-shadow: inset 1px 2px 2px 0px #E4E2E2;
	outline: none;
	behavior: url(./pie/PIE.htc);
    position: relative;
}

form.cmxform select {
	width: 281px;
}

* html form.cmxform select {
	width: 317px;
}

form.cmxform input[type='submit']{
	background: #DFE0E0 url('../../grafika/submitBtnBg.jpg') repeat-x 0px 0px;
	border: none;
	border-radius: 3px;
	font-family: Georgia,serif;
	color: #C12D8F;
	font-size: 100%;
	outline: none;
	height: 33px;
	cursor: pointer;
	behavior: url(./pie/PIE.htc);
    position: relative;
}
form.cmxform input[type='reset']{
	background: #DFE0E0 url('../../grafika/submitBtnBg.jpg') repeat-x 0px 0px;
	border: none;
	border-radius: 3px;
	font-family: Georgia,serif;
	color: #585858;
	font-size: 100%;
	outline: none;
	height: 33px;
	cursor: pointer;
	behavior: url(./pie/PIE.htc);
    position: relative;
}
form.cmxform .formBtn{
	float: right;
	width: 166px;
	margin-right: 2px;
}

.formMsg .ok{color: green;}
.formMsg {color: red;}
.formMsg  .normal{color: #6E7278;}

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

#module_form * > select {
	width: 317px;
}


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

	cursor: pointer;
}

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

.error {
	color: red;
}