<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* block top search */
#search_block_top {
	position:absolute;
	right: 26%;
    top: 34px;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	border-left:1px solid #666; border-top:1px solid #666; border-bottom:1px solid #666; height:23px;
	width:200px;/* 310 */
	border-right: 0px none !important;
	color:#666;
	background:#fff url('http://geek.musiclassroom.com/modules/blocksearch/img/bg_search_input.png') repeat-x 0 0;
	float: left; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}

#search_block_top .button {
	border:medium none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:#101010 url('http://geek.musiclassroom.com/modules/blocksearch/img/bg_search_submit.png') repeat-x 0 0;
	float: left;
	height: 25px
}

form#searchbox{padding-top:30px}
form#searchbox{margin-right:-55px}
form#searchbox label{color:#333;margin-bottom:1px}
form#searchbox input#search_query_block{
	border: 1px solid #CCCCCC;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
    height: 18px;
	margin-top:10px;
}
form#searchbox input#search_button{padding: 1px 4px;}</pre></body></html>