/*search page*/

.search{
	color:#999999;
	background-color: #EEEEEE;
	border: 1px solid #333333;
	width:350px;
}

.main{
	width:600px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
	border:thin solid #999999;
}

.search_pos{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:420px;
}

.auto_div{
	position:absolute;
	border:thin solid #333333;
	background-color:#EEEEEE;
	width:346px;
	display:none;
	padding-top:1px;
	padding-left:2px;
	padding-right:2px;
}

.busy{
	border:thin solid #333333;
	background:#EEEEEE repeat-x url('search_files/ani.gif');
	height:2px;
	width:350px;
	display:none;
	position:absolute;
	margin-top:-4px;
}

.busy2{
	background:#EEEEEE bottom repeat-x url('search_files/ani.gif');
}

.sugest{
	border:thin dashed #DDDDDD;
}

.sugest_hover{
	background-color:#CCCCCC;
	border:thin dashed #CCCCCC;
}

.sug_name{
	float:left;
}

.sug_num{
	float:right;
}

.clear{
	clear:both;
}

/*results page*/

#wrapper{
	width:900px;
	margin:10px auto 10px auto;
}

.result{
	border-top:1px solid #DDDDDD;
	padding-top:5px;
	margin-bottom:5px;
	padding-left:5px;
}

.result a{
	font-size:1.1em;
}

.descri{
	font-size:0.8em;
}

.page{
	float:left;
	font-size:0.8em;
	color:#999999;
}

.size{
	float:left;
	font-size:0.8em;
	color:#CCCCCC;
}

.from img{
margin-left:3px;
}