﻿	label, legend, div {
		font-family: Georgia;
		font-size: 12px;
	}
	label, legend {
		font-weight: bold;
		color: #444;
	}
	button, input, select, textarea {
		font-family: Georgia;
		font-size: 11px;
	}
	input:focus, select:focus, textarea:focus {
		background-color: #ffffcc;
	}
	fieldset {
		background-color: #F2EAB1;
		padding: 6px;
		height: 365px;
	}
	fieldset table {
		background-color: #F2EAB1;
	}
	#msg {
		display:none;
		margin:5px;
		padding:4px;
		border:1px solid #bbb;
		background-color: #b5edbc;
	}
	#item_list div, #add {
		padding : 4px;
	}
	#add {
		float: left;
		width: auto;
	}
	#operations {
		float: right;
		width: auto;
		text-align: right;
		padding: 4px;
	}
	.error {
		display:none;
		margin:5px;
		padding:8px;
		border:1px solid #ff0000;
		background-color: #f0c2c2;
		color: #ff0000;
	}
	.error_header {
		color: #000;
		font-weight: bold;
	}

