#container {
	width: 1007px;
}
#menu {
	margin-right: 0;
}
#content {
	width: 840px;
	margin: 0;
}
fieldset {
	width: 355px;
}
legend {
	color: red;
	font-weight: bold;
	font-size: 12px;
}
p {
	font-size: 11px;
}
div.content {
	text-align: center;
}
#filter fieldset {
	width: 600px;
}
#form {
	float: left;
}
#add div {
	display: block;
	clear: both;
}
label {
	width: 60px;
	padding-right: 5px;
	float: left;
	font-size: 12px;
	margin-top: 2px;
}
#add div span {
	font-size: 12px;
	float: left;
	width: 10px;
	text-align: center;
	margin-top: 2px;
}
#add div input, #add div select {
	margin-bottom: 10px;
	float: left;
}
#add div input {
	width: 250px;
}
#add label.checkbox {
	width: 345px;
}
#add label.checkbox input {
	width: auto;
	margin-right: 5px;
}
#add div.submit input {
	float: none;
	width: auto;
}
#add div.submit {
	text-align: center;
	width: 345px;
}
table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
th.title {
	text-align: left;
	font-size: 12px;
	background-color: #FFFFFF;
}
td, th {
	font-size: 11px;
}
th {
	background-color: #5EC2FE;
}
tr.odd {
	background-color: #D5ECFE;
}

