
/** Debug display */
.debug-error-box
{
	background: #fff;
	border: 1px solid #c00;
	border-top: 10px solid #c00;
	border-bottom: 10px solid #c00;
	padding: 5px;
}

.debug-error-box2
{
	background: #fff;
	border: 1px solid #c00;
	padding: 5px;
}

/*** Search Engine ***/
p.search-result { margin-right: 30%; }
span.search-result-title { color: #00c; font-size: 13px; }
span.search-result-summary { font-size: 11px; }
span.search-result-url { color: #008000; font-size: 11px; }
