#module_form {
	float: left;
	width: 406px;
}

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;
}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 0;
	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: 85px; /* szerokosc opisu */
}

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

form.cmxform input.text, form.cmxform textarea, form.cmxform select {
	width: 316px;
	vertical-align: bottom;
	border: 1px solid #ebebeb;
	color:#587F9E;
	font-size:1em;
	padding:0;
	font-family:tahoma;
}

form.cmxform input.text,form.cmxform select {background: url(../../grafika/form_input_bg.gif) no-repeat bottom;height:18px;margin-bottom:5px;}
form.cmxform textarea {background: url(../../grafika/form_textarea_bg.gif) no-repeat bottom;margin-bottom:5px;}
form.cmxform input.text {padding-top:2px;}

form.cmxform select {
	width: 278px;
}

form.cmxform select {
	width: 317px;
}

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

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


#cmxform_submit 
{
	width:57px;
	height:19px;
	background: url(../../grafika/form_submit_bg.gif) no-repeat;
	color: white;
	font-weight: bold;
	cursor: pointer;
	font-size:1em;
}

.error {
	color: red;
}

#text_box form.cmxform ol {margin:0;padding:0;}