form#mealForm .listTable td, th {
	font-size: 10px;
	empty-cells: show;
}

form#mealForm .listTable tbody tr td {
	padding: 3px;
	white-space: nowrap;
}

form#mealForm .listTable tbody tr td a {
	font-size: 10px;
	text-decoration: none;
}

form#mealForm .listTable thead tr th {
	text-align: left;
	padding: 3px;
	font-weight: bold;
	color: #595A54;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

form#mealForm .listTable tfoot tr td {
	text-align: left;
	padding: 3px;
	font-weight: bold;
	color: #595A54;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

form#mealForm .listTable .listTable_oddRow {
	background-color: #EFEFEF;	
}

form#mealForm .listTable .listTable_evenRow {
	background-color: #FFFFFF;	
}

form#mealForm input, select {
	border: 1px #CCCCCC solid;
	font-size: 9px;
}

form#mealForm p {
	font-size: 10px;
	margin-bottom: 16px;
}

div.personInfoItem {
	float: left;
	width: 200px;
	height: 30px;
        font-size:10px;
}

div.personInfoItem h1 {
	font-size: 10px;
	margin: 0;
}

div#phasesDiv {
padding-top:20px;
	margin-bottom: 20px;
	border-top: 1px #CCCCCC solid;
}

div#phasesDiv h1 {
	font-size: 12px;
}

ul#monthList {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
}

ul#monthList li {
	margin-bottom: 3px;
}

ul#dinersList {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
}

ul#dinersList li {
	margin-bottom: 3px;
}

ul#daysList {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
}

ul#daysList li {
	margin-bottom: 3px;
}

div.dayItem {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	border: 1px #CCCCCC solid;
	margin-right: 10px;
	padding: 5px;
}

div.dayItem h1 {
	font-size: 10px;
	margin: 0 0 3px 0;
}

div.buttonDiv {
	margin-top: 20px;
	text-align: right;
}

div#priceDiv {
	text-align: right;
}

form#mealForm div#sectionDiv {
	margin-bottom: 20px;
}

#mealForm div.formElement {
	clear:left;
	margin-bottom: 3px;
}

#mealForm div.formElement label {
	width: 120px;
	float:left;
}

#mealForm label {
	font-size: 10px;
	font-weight: bold;
}

form#mealForm div.formElement input.radio {
	float: left;
}

/* Thanks for the tip Haukur :) */
.Clear{
	clear: both;
	border-top: 1px solid #fff;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
