@CHARSET "UTF-8";
#demo {
position:absolute;
z-index:1; left: 180px; top: 88px;
	/*margin:50px;*/
}

/* delete the style declaration below if you do not want it to be transparent! */
#searchbox {
	background-color:#d0e0f0;
	cursor:move;
	/*width:520px;*/
	width:100%;
/*
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
*/
}

.drag {
	position:relative;
	cursor:hand
}

.searchboxcontainer {
	padding:3px;
	border-top:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-right:1px outset #C0C0C0;
	border-bottom:1px outset #C0C0C0;
}

#searchresults {
	background-color:#e8f0f8;
	font-size:0.65em
}

#toolbar {
	float:left;
	padding:2px 0px 0px 2px;
	font-size:0.65em;
}

#toolbar a {
	color:#333;
	cursor:move;
	text-decoration:none;
}
