#content_center #page_content #module_form form.cmxform p {
	text-align: center;
	padding: 10px;
	background: #EAF1F8;
	margin-bottom: 10px;
	color:#5F5F5F;
	border:1px solid #CFE0F0;
}

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 #CFE0F0;
	background: #EAF1F8;
	font-family:tahoma;
	font-size:1em;
}

form.cmxform select {
	width: 231px;
}

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

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


#formSend, #formSendOn {
	background-color: #4B90C7;
	border: 1px solid #4B90C7;
	color: white;
	font-weight: bold;
	width: 150px;
	cursor: pointer;
	font-size:0.9em;
}

#formSendOn {
	background-color:#53A3DF;
	border-color:#53A3DF;
}

.error {
	color: red;
}

#module_form  {
	margin-top: 10px;
}
