#metag input[type="text"],
#metag input[type="file"],
#metag select {
	background-color: #ced8f6;
}

/* Krona graph in iframe */
#search {
	background-color: #ced8f6;
}

#metag .wait {
	text-align: center;
	margin: 6px 0px 0px 0px;
}

#metag .error {
	margin: 6px 0px 0px 0px;
	text-align: center;
}
#metag .errorheader {
	font-weight: bold;
	padding: 3px 6px;
	margin: 12px 0px 0px 0px;
	text-align: center;
}
#metag .errorfile {
	border: 1px solid #a0a0a0;
	margin-top: 10px;
	padding: 6px;
}
#metag .errorfile .name {
	background-color: #802020;
	color: #ffffff;
	text-align: center;
}
#metag .errorfile .content {
	background-color: #ffffff;
	border: 0;
	border-radius: 0;
	margin: 6px 0px 0px 0px;
	padding: 0;
}

#metag td a,
#metag td a[href],
#metag td a.likehref {
	background: none;
	color: #00a0b0;
	display: block;
	padding-left: 0;
}

/* The selected target id */
#metag .selectedtid {
	max-width: 160px;
}

#metag input[type="button"]:hover,
#metag input[type="reset"]:hover {
	background-color: #c0c0c0;
}

/* Color for selected result button */
#metag .selected {
	background-color: #808080;
	color: #ffffff;
}
