#search_autocomplite .selected {
    background: #fdedaf
}

.field {
	margin-top: 5px;
}
.field .error {
	color: red;
}
.field-name {
	font-weight: bold;
}
.field-name, .field-value {
	display: inline-block;
	width: 45%;
}
.note{
	color: green;	
}