#current, #options {
	border:1px solid #353535;
	font-weight:bold;

}
#replace {
	position:relative;
	overflow:visible;
	cursor:default;
}
select {
	height:auto;
	font-weight:normal;
	color:#353535;
	padding-top:0px;
	width:auto;
	border:none;
}

#current {
	background:#FFFFFF url(down.gif) no-repeat scroll 95% 50%;
	margin-bottom:0px;
}
#current, #replace, #options li {
	width:183px;
}

#options {
	margin-top:0px;
	list-style-type:none;
	border-top:0px;
	display:none;
	position:absolute;
	width:153px;
}
#current, #options li, input {
	padding:5.5px;
}
#current, #options, #options li {
	background-color:#FFF;
}

.SongSearchInput{
	background-color:#FFFFFF;
	border:medium none;
	color:#353535;
	font-size:9.5pt;
	font-weight:normal;
	height:28px;
	padding-top:3px;
	width:auto;
	}
.SongSearchButton{
	background-color:#353535;
	border:medium none;
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
	margin-left:5px;
	padding:7px;
}

