/* ------------------ Search ----------------- */
div#Search
{
	position:absolute;
	top:16px;
	left:10px;
	width:100px;
	z-index:999;
}
.SearchTextButton
{
	background-color:Transparent;
	padding:0;
	margin:3px 0 0 0;
    border: 0;
}
.SearchTextBox
{
	background-color:White;
	width:71px;
}
div#Search input:focus
{
	background-color:#eee;
}
.SearchPage
{
	color: #272397;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
	letter-spacing: 1px;
}
.SearchBook
{
	font-size: 0.95em;
	font-weight:bold;
	color:#666;
}
.SearchDescription
{
	font-size: 0.95em;
	color:#333;
}
.SearchPhrase
{
	color: #272397;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin:5px 0 15px 0;
}
.SearchItem
{
	margin-top:15px;
}
