/*** Global
*********************************************************/

table.form td {
	color: #ffffff;
}

div.description {
	color: #ffffff !important;
}

div.form_error_value {
	color: #cc0000 !important;
}

span.measure {
	color: #ffffff !important;
}


/*** Messages
*********************************************************/

div.form_message_error {
	color: #cc0000 !important;
}


/*** Fields
*********************************************************/

div.form_email input,
div.form_string input,
div.form_word input,
div.form_integer input,
textarea.form_text,
input.form_name,
input.form_phone_code,
input.form_phone,
input.form_password {
	border-color: #ffffff !important;
}

/*** Lunch.ingredients
*********************************************************/

table#ingredients td.label1,
table#ingredients td.product,
table#ingredients td.label2,
table#ingredients td.weight,
table#ingredients td.button {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

table#ingredients td.label1,
table#ingredients td.label2 {
	padding-right: 1em;
	font-size: 0.8em;
	font-weight: bold;
}

table#ingredients td.label2 {
	padding-left: 2em;
}
