#acContainer {
	position: relative;
	width: 300px;
}

#acInput1,#acInput2,#acInput3,#acInput4,#asInput5,#asInput6 {
	width: 200px;
}

#acResult1 .yui-ac-content,#acResult2 .yui-ac-content,#acResult3 .yui-ac-content,#acResult4 .yui-ac-content,#acResult5 .yui-ac-content,#acResult6 .yui-ac-content
	{
	position: absolute;
	width: 200px;
	border: 1px solid #404040;
	background: #fff;
	overflow: hidden;
	z-index: 9050;
}

#acResult1 ul,#acResult2 ul,#acResult3 ul,#acResult4 ul,#acResult5 ul,#acResult6 ul
	{
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#acResult1 li,#acResult2 li,#acResult3 li,#acResult4 li,#acResult5 li,#acResult46li
	{
	padding: 0px 0px;
	cursor: default;
	white-space: nowrap;
}

#acResult1 li.yui-ac-highlight,#acResult2 li.yui-ac-highlight,#acResult3 li.yui-ac-highlight,#acResult4 li.yui-ac-highlight,#acResult5 li.yui-ac-highlight,#acResult6 li.yui-ac-highlight
	{
	background: #a0a0a0;
}

#acResult1 li.yui-ac-prehighlight,#acResult2 li.yui-ac-prehighlight,#acResult3 li.yui-ac-prehighlight,#acResult4 li.yui-ac-prehighlight,#acResult5 li.yui-ac-prehighlight,#acResult6 li.yui-ac-prehighlight
	{
	background: pink;
}

/**
	collectSong.php
*/
#acContainer {
	position: relative;
	width: 400px;
}

#acSearch {
	width: 100%;
}

#acResult .yui-ac-content {
	position: absolute;
	width: 100%;
	border: 1px solid #404040;
	background: #fff;
	overflow: hidden;
	z-index: 9000;
}

#acResult ul {
	width: 100%;
	margin: 0.2em;
	padding-left: 0px;
}

#acResult li {
	cursor: default;
	white-space: nowrap;
}

#acResult li.yui-ac-highlight {
	background: #ff0;
}

.resultboxEntryEven {
	margin: 0.2em;
	cursor: pointer;
}

.resultboxEntryEven:hover {
	background: #ffc360;
	margin: 0.2em;
	cursor: pointer;
}

.resultboxEntryOdd {
	margin: 0.2em;
	background: #ABC3D5;
	cursor: pointer;
}

.resultboxEntryOdd:hover {
	background: #ffc360;
	margin: 0.2em;
	cursor: pointer;
}
