/* ADVANCED SEARCH ========================================================== */
fieldset.advanced_search_special legend{
	color : #A8000C;
	font-size : 1.1em;
}


table.advanced_search_special tbody{ border-top : none; }
table.advanced_search_special tr{ border-bottom : none; }
table.advanced_search_special th{
	width : 13%;
	font-weight : bold;
	color:#777;
}
table.advanced_search_special tr *{ vertical-align:top; text-align:left; }
table.advanced_search_special td.field{	width : 50%; }
table.advanced_search_special td.field input[type=text]{ width : 100%; }
table.advanced_search_special td.explain{ font-size:0.9em; }

span.example{
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	color : black;
	font-weight : bold;
}