/********************************************
Autor: Radosław Pycka
Data: 25.07.2008
Licencja: Wszystkie prawa zastrzeżone
********************************************/

div#module_panel h1 { font-size: 12pt; font-weight: normal; text-align: center; }
input {
	border: 1px solid #cc9160;
	background: transparent;
	color: #521;
	margin: 2px;
}

input:hover, input:focus {
	border-color: #cc400f;
	background: #fff;
}
input#userlogout {
	float: right;
}

select {
	border: 1px solid #cc9160;
	margin: 2px;
}
select#action {
	width: 350px;
}
/* panele administracyjne */
div#fixed_center
	{
	position: static;
	width: 100%;
	left: 0px;
	top: 0px;
	}
div#adminpanel
	{
	margin-left: 10px;
	width: 540px;
	padding: 5px;
	border: 1px solid #666;
	background: #85a363;
	font-size: 10pt;
	color: black;
	}

	
div#main_panel, div#module_panel {
	padding: 5px;
	margin: 4px;
	border: 1px solid #666;
	background: #f0efdd;
}

div#main_panel
	{
	margin: 0 auto;
	padding-bottom: 5px;
	}

div#main_left_panel {
	float: left;
	width: 480px;
	}

div#main_right_panel {
	float: right;
	width: 50px;
	}
div.clearer { clear: both; }

div#module_panel {
	clear: both;
}

/* śmieci na potrzeby zarządzania userami itp*/
			legend { text-align: left; padding: 4px; text-decoration: underline; font-weight: bold; }
			fieldset { display: block; padding: 5px; margin: 10px 0; }
			label { width: 180px; display: block; float: left; text-align: left; }
			fieldset div { margin-bottom: 0.5em; overflow: hidden; clear: both; }
			input.field { width: 200px; float: left; display: block; }
			input.change_button { display: block; float: left; margin-left: 10px; }
			div.center { text-align: center; }
			div.choose_user { margin-bottom: 1em; }
			fieldset select { float: left; display: block; width: 200px; }
			input.cat_check { display: block; float: left; margin-right: 50px; }
			input.prod_save { display: block; margin: 5px auto; }
			input.site_save { display: block; margin: 5px auto; }
			input.sendf_submit { display: block; margin: 5px auto; }
			input.full_width { width: 524px; }
