@CHARSET "UTF-8";

a.button_small {
	background: transparent url(/images/buttons/small.png) no-repeat scroll
		left top;
	color: white;
	display: block;
	font-weight: bold;
	height: 20px;
	padding: 1px 0 0 15px;
	width: 80px;
}

a.button_normal {
	display: block;
	height: 20px;
	width: 83px;
	background: url("/images/buttons/normal.png") no-repeat scroll bottom
		left;
	font-weight: bold;
	color: white;
	padding: 4px 0 0 35px;
}

a.red {
	background-position: bottom left;
}

a.blue {
	background-position: top left;
}

/*formularz*/
div.clean_form_container{
	clear:both;
	margin:0;
	padding:0;
	text-align:center;
	width:470px;
	}
form.clean_form {
	margin: 0;
	padding: 0;
}

form.clean_form fieldset {
	margin: 1em 0;
	border: none;
	/*border-top: 1px solid #ccc;*/
}

form.clean_form legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

form.clean_form label {
	float: left;
	width: 170px;
	padding: 0 1em;
	text-align: right;
}

form.clean_form fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

form.clean_form fieldset div input,fieldset div textarea {
	width: 220px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

form.clean_form fieldset div select {
	padding: 1px;
}

form.clean_form div.fm-multi div {
	margin: 5px 0;
}

form.clean_form div.fm-multi input {
	width: 1em;
}

form.clean_form div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

form.clean_form #fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

form.clean_form #fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
	width: 100px;
	margin-left:70px;
}

form.clean_form input:focus,textarea:focus {
	background: #efefef;
	color: #000;
}

form.clean_form fieldset div.fm-req {
	font-weight: bold;
}

form.clean_form fieldset div.fm-req label:before {
	content: "* ";
}
ul.error_list{
	display:block;
	float:right;
	margin-right:15px;
}
ul.error_list li{
	list-style: none;
	color: red;
}
