body {
	background-color: black;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
	color: #CCCCCC;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 50px;
	height: 100%;
}

#intro {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: transparent;
	background-image: url(../images/intro_bg.png);
	background-position: top left;
	background-repeat: repeat;
	height: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

.main {
	margin-top: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/main_top_1.png);
	padding-top:20px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.main_in {
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	background-color: #0E2024;
}

.main_bottom {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../images/main_bottom_1.png);
	height: 20px;
	max-height: 20px;
}

.search {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/search.png);
	height: 42px;
	max-height: 42px;
	width: 760px;
	max-width: 760px;
	padding-top:8px;
}

.ajax-suggestion {
	padding-left: 82px;
	font-size: 25px;
	margin: 0px;
	border: none;
	background-color: transparent;
	color: #666666;
	width: 677px;
	max-width: 677px;
}

#songContainer {
	padding-top:20px;
	width:800px;
	max-width: 800px;
	z-index: 5;
}

a:active, a:link, a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: underline;
}

#songBox{
	list-style: none;
	margin:0px;
	padding: 0px;
	z-index: 10;
}
#songBox li, .songboxli{
	list-style: none;
	margin:0px;
	padding: 0px;
}

.Handle {
	cursor: move;
}

#songInfo {
	padding-top:20px;
}

/* Search result suggestions */
#search-result-suggestions{
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	max-width: 760px;
	background: #0E2024;
	/*border: 1px solid #484256;*/
	display: none;
	margin-top: 10px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	z-index: 999;
}

#search-results {
	z-index: 1000;
	height: 175px;
	overflow-y: auto;
}

#search-result-suggestions h4{
	margin: 0.25em 0;
	padding: 0.25em 1em;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#search-results ul{
	list-style: none;
	margin-bottom: 1em;
	margin-left: 20px;
	padding-left: 0px;
}

b{
	color:#666666;
	padding-right: 10px;
}

#search-results a{
	display: block;
	padding: 0.25em 1em;
	color: #666666;
}

#search-results a.selected, #search-results a:hover{
	color: #FFF;
	background: #0E2024;
}

#search-results p{
	margin-bottom: 0.5em;
}

#status {

}