/* Search */
#search {
	position:absolute;
	right:10px; bottom:8px;
	display:block;
        background:#ffe1a1;
        border:0px solid #FFF;
}
#search_form label {
	background:#ffe1a1;color:#555;;float:left;display:inline;margin:3px 10px 0 0; font-weight:bold;
}
#search_form {
	margin:0; padding:0;
}
#search_form input {
        background:#FFFFFF url('/css/search3.png') left center no-repeat; border:1px solid #999;
        padding-left:16px;
}

#search_results_list {
	
}
#search_results_list li {
	border-bottom:1px dotted #ddd;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}
	.sr_page_id {
		font-weight:bold;display:none;
	}
	.sr_last_modified {
		font-family: "palatino linotype", "palatino", "times new roman", serif;
		float:right; font-weight:bold; color:#592625;
		text-transform:uppercase;
	}
	.sr_page_link {
		font-family: "palatino linotype", "palatino", "times new roman", serif;
		text-transform:uppercase; font-weight:bold;
	}
	.sr_page_content {
		display:block;
		text-indent:20px;
		text-align:justify;
		color:#444;
		padding:.3em 0 0 0;
	}
	.sr_page_url {
		font-style:italic;color:#999;display:block; padding:.3em 0;
	}
	.sr_relevance {
		display:block; color:#676767; font-weight:bold;
	}
	
	p.msg_light {
		background:#FCF9CE;
		padding:10px;
		border:1px solid #DEDEDE;
		color:#222;
		margin-right:0;
	}
	
	p.msg_medium {
		padding:10px;
		margin-right:0;
	}
	
	p.found {
		color:#777; font-weight:bold; color:#7C3F13;
		
		border-bottom:1px solid #7C3F13;
		padding:10px 10px 0 0;
		text-transform:uppercase;
		font-family: "palatino linotype", "palatino", "times new roman", serif;
	}

