#module_form {
}

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

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;
}
#content_right  form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	width:100%;
	/*width:503px;*/
}
form.cmxform fieldset li {
	list-style: none;
	padding: 0px;
	margin: 0;
	margin-bottom: 5px;
}
form.cmxform fieldset li.zgoda {margin-top:20px;}
form.cmxform fieldset li.zgoda input {position:relative;margin:0 5px 0 0;bottom:-2px;}

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: 358px; /* szerokosc opisu */
}

form.cmxform fieldset fieldset label {
	margin-left: 88px; /* +3 */
}

form.cmxform input.text, form.cmxform textarea, form.cmxform select,#search_module form input.search {
	width: 316px;
	vertical-align: bottom;
	border: 1px solid #cecbc8;
	background: #f6f6f7;
	font-family:arial,tahoma,verdana;
	font-size:1em;
	padding:0.2em 0;
	
}

form.cmxform select {
	width: 278px;
}

form.cmxform select, {
	width: 317px;
}

form.cmxform textarea {
	
}

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

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


#formSend,#search_module form input.submit
{
color:#FFFFFF;
font-size:1em;
font-weight:bold;
height:17px;
line-height:17px;
overflow:hidden;
padding:0 5%;
position:relative;
text-align:center;
width:100px;
vertical-align:-30%;
cursor: pointer;
} 

.error {
	color: red;
}

.green {color:green;}