.white-row { background-color: #fff; }
.grey-row  { background-color: #eee; }

#info table {
	border: 1px solid #fff;
	background-color: #eee !important;
	color: #444444;
	font-size: 1em;
	width: 100%;
	margin-bottom: 10px;
}

#info table th {
	color: #fff;
	background-color: #0088AE;
	text-align: center;
	padding: 5px;
	font-size: 1.25em;
	border-bottom: 1px solid #fff;
}

#info table td { vertical-align: top; }


#info table td {
	text-align: left;
	padding: 8px;
}

#info table td.title {
	width: 200px;
	white-space: nowrap;
}

#info table input {
	text-align: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 10px;
}


#info table input .no-border {
	border: none !important;
}

.error-group {
	background: red;
	border: 1px solid white;
	color: white;
	margin-bottom: 10px;
	padding: 10px;
}