/** 
 * Search plugin style sheet
 *
 * @since 27.03.2005
 * @author Gaj Capuder <gaj.capuder@siol.net>
 */

.search .box {
	position			: absolute;
	top					: 15px;
	margin-left			: 660px;
	background-color	: transparent;
	border				: 0px;
	width				: 180px;
	background-image	: url(../dsg/vertical_line.gif);
	background-repeat	: no-repeat;
	background-position	: 0px 8px;
}

.search .box h1 {
	display				: inline;
	background-color	: transparent;
	float				: left;
	margin-top			: 4px;
	font-weight			: normal;
}

.search .box .content {
	overflow			: hidden;
	height				: 100%;
}

.search .box .content form input {
	position			: absolute;
	top					: 9px;
	width				: 120px;
	background-color	: #ffffff;
}

.search .box .content form input.button {
	width				: 18px;
	background-color	: #EFEFEE;
}

.search .box .content form ul {
	float 				: left;
	display				: inline;
	position			: absolute;
	top					: -1px;
	margin-left			: 130px;
}