@charset "utf-8";
/* CSS Document */
#search-wrap {
	float: left;
	display: block;
	z-index: 2;
	margin-top: 30px;
	margin-left: 80px;
	display: inline;
	
}

#results{
	width:300px;
	display: inline;
}
#results ul, #results li{padding:0; margin:0; border:none; list-style:none; z-index:2; position: absolute;}
#results li {
	text-transform: lowercase;
	overflow: hidden;
	position: relative;
	
}
#results li a{
	display:block;
	padding:10px;
	text-decoration:none;
	color:#f3f3f3;
	font-weight: normal;
	text-transform: lowercase;
	 z-index:2;
	 background-image:none;
	 padding-top: 1px;
	 position: relative;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 top: -1px;
	 background-color:#040404;
	 width: 350px;
	 height: 30px;
	 opacity: 0.9;
	 filter:alpha(opacity=25);
	 border: 1px solid #ccc;
	 font-stretch: narrower;
}
#results li a small{
	display:block;
	text-decoration: none;
	color:#999999;
	font-weight:normal;
	text-transform: lowercase;
	}
#results li a:hover{
	background-color: #000;
	text-transform: lowercase;
	color: #050505;
	background-color: #09F;
	border: 1px solid #fff;
}
#results ul {padding:6px;
 				}
.texareainput {
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	color: #f4f4f4;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	width: 300px;
	display:inline;
	
	}
.ButtomSearch {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #39C;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 90px;
	display: inline;
	background-image: url(../img/babutton.gif);
	background-repeat: repeat-x;
}
