form#crm_form, form#crm_form input, form#crm_form select, form#crm_form textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
form#crm_form h3 {
	background:#666;
	color: #fff;
	font-size:16px;
	font-variant:small-caps;
	padding: 10px;
	text-align:center;
	margin-top:10px;
}
form#crm_form fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	border:1px solid #ccc;
}
form#crm_form legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	font-size:12px;
}

form#crm_form fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
form#crm_form fieldset li {
	padding-bottom: 5px;
	width: 100%;
}
form#crm_form fieldset.button {
	border-style: none;
}
form#crm_form label {
	float: left;
	width: 16em;
	margin-right: 1em;
	margin-top: 2px;
	text-align:right;
}
form#crm_form label.zgoda {
	width:100%;
	text-align:left;
	float:none;
}
form#crm_form input, form#crm_form textarea, form#crm_form select {
	border:1px solid #ccc;
	padding:2px;
}
form#crm_form fieldset.button {
	border:none;
}
