<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#search_block {
	position:relative;
	float:right;
}

#search_block .search_query {
	float:left;
	background-color:#fff;
	width:225px;
	font-weight:normal;
	color:#424242;
	border:0;
	-moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.3);
	box-shadow:inset 1px 1px 0 rgba(0,0,0,.3);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#search_block .search_query:hover, #search_block .search_query:focus {
	background-color:#fff;
}

#search_button {
	position:absolute;
	right:0;
	background: url("../../../img/magnify.png") no-repeat scroll center center transparent;
	text-indent: -3000px;
	border:none;
	color:#424242;
	font-weight:normal;
	cursor: pointer;
	text-decoration:none;
	padding:.4em .9em;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
#top-menu {
    list-style:none;
	float:right;
	padding-right:10px;
	display:inline;
}
#top-menu li {
    display:block;
	padding-right:10px;
}
#top-menu li a {
    color:#fff;
    display:inline;
	text-shadow:1px 1px 0px rgba(0,0,0,.3);
	font-family:Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:28px;
}
#top-menu li a:hover {
    text-decoration:underline;
}

#search_block form {
    float:left;
}</pre></body></html>