#ps_search_str{
	margin: 0;
	position: absolute;
	width: 150px;
	height:15px;
	background-image: url(search_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	padding: 3px 0px 5px 30px;
	color: #666;
z-index: 1;
}
#ps_results{
	z-index: 1;
	position: absolute;
	width: 250px;
	top: 90px;
	float:right;
	background-color: #333;
	text-align: left;
	visibility: hidden;
}
.ps_results{
	border: 4px #111 solid;
}
#ps_results #ps_link{
	float: right;
	padding-right: 5px;
}
#ps_results .ps_header{
	font-weight: bold;
	font-size: 14px;
	background-color: #444;
	padding: 4px;
}
#ps_results h3{
	color: #fff;
	padding-bottom: 3px;
	font-size: 16px;
}
#ps_results span{
	line-height: 100%;
}
#ps_results .ps_row_1{
	border-top: 2px #ff0000 solid;
	background-color: #222;
	padding: 5px;
}
#ps_results .ps_row_2{
	border-top: 2px #ff0000 solid;
	background-color: #444;
	padding: 5px;
}
#ps_results .ps_row_btm{
	font-weight: bold;
	font-size: 14px;
	background-color: #111;
	padding: 4px;
}