/**
 * Search plugin style sheet
 *
 * @since 27.03.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.search .box {
	position: absolute;
	top: 10px;
	right: 10em;
	width: 15em;
	margin: 0;
	background: none;
}

.search .box h1 {
	display: none;
}

.search .box .content {
	overflow: hidden;
	height: 100%;
	background: none !important;
}

.search .box .content form input {
	position: absolute;
	top: 0;
}

.search .box .content form input.button {
}

.search .box .content form input.text {
	width: 90px;
}

.search .box .content form ul {
	float: left;
	display: inline;
	position: absolute;
	top: -1px;
	margin-left: 100px;
}

.search .box .content form p.error {
	display: none;
}