#module_form {position:relative;float:right;}

#module_form form.cmxform,#module_form form.cmxform fieldset {position:relative;float:right;text-align:right;}

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

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;
	color:#555555;
	text-align:right;
	padding-right:7px;
}
#module_form 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: 128px; /* szerokosc opisu */
}

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

form.cmxform input.text, form.cmxform textarea, form.cmxform select {
  position:relative;
  margin-bottom:0.4em;
	width: 381px;
	vertical-align: bottom;
	background: #f3f3f3;
	border:0;
	font-size:1em;
	font-family:tahoma,verdana,arial;
	padding:2px;
	border:1px solid #d0d0d0;
}

form.cmxform select {
	width: 381px;
	border: 1px solid #eaeaea;
}

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

form.cmxform textarea {
	margin-top: 0;
}

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

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

form.cmxform input.text {height:16px;background:url(../../grafika/form_input_bg.gif) repeat-x #fcfcfc;} 
form.cmxform textarea {margin-top:1px;height:76px;background:url(../../grafika/form_textarea_bg.gif) repeat-x #fcfcfc;}


#formSend {
	cursor: pointer;
	padding-right:23px;
	background:url(../../grafika/ico_more.gif) no-repeat right;
	color:#555555;
	font-size:1.1em;
}


.error {color: #FF0000;}
.green {color:green;}
form.cmxform p.error, form.cmxform p.green {font-weight:bold;}

label span.color {font-weight:normal;}

input#zgoda {clear:both;float:left;}
p#zgoda_label {width:90%;margin-left:2%;float:left;}

#module_form span.more_box {margin:0;}

