body{
background-color:#fff;
background-image:url("img/top.png");
background-repeat:repeat-x;
font-family:verdana;
font-size:12px;
margin:0px;
padding:0px;
}

a{
color:#777;
text-decoration:none;
outline:none;
}

a:hover{
text-decoration:underline;
}

#userbar{
width:100%;
height:24px;
position:absolute;
top:0px;
left:0px;
}

	.topMenu{
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	}
	
	#loginForm{
	float:right;
	padding-top:4px;
	padding-right:5px;
	color:#999;
	}
	
	.loginInput{
	width:120px;
	height:10px;
	margin-top:-1px;
	position:relative;
	top:1px;
	vertical-align:text-bottom;
	}

#header{
width:730px;
height:58px;
display:block;
}

#site{
width:730px;
height:461px;
margin:0 auto;
margin-top:60px;
background-color:#000;
}

#search{
width:165px;
height:25px;
background-image:url("img/search.png");
float:left;
}

	#searchInput{
	height:25px;
	width:128px;
	margin-left:5px;
	padding-left:0px;
	vertical-align:center;
	background:none;
	color:#777;
	border:none;
	float:left;
	}
	
	#searchButton{
	margin-top:1px;
	}

#topbar{
width:400px;
height:25px;
background-image:url("img/topbar.png");
float:left;
}

#rightMenuTitle{
width:165px;
height:25px;
background-image:url("img/rightMenuTitle.png");
float:left;
}

#addMenu{
width:165px;
height:378px;
background-image:url("img/leftmenu.png");
float:left;
padding:0px;
}

	#back{
	display:block;
	background-image:url("img/back.png");
	width:163px;
	height:17px;
	padding-top:2px;
	margin-left:-2px;
	margin-top:-3px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	}
	
	#addMenuChild{
	width:161px;
	height:353px;
	overflow:auto;
	}

#player{
width:400px;
height:300px;
background-color:#000;
float:left;
}

#controls{
width:400px;
height:21px;
padding-top:3px;
background-image:url("img/controls.png");
float:left;
text-align:center;
cursor:default;
}

#ads{
width:400px;
height:54px;
background-image:url("img/ads.png");
float:left;
}

#playlist{
width:165px;
height:378px;
background-image:url("img/playlist.png");
float:left;
margin-top:-324px;
}

#loadingbarMain{
background-color:#000;
width:400px;
height:4px;
margin:0 auto;
position:relative;
top:-83px;
border-bottom:solid 1px #A9A9A9;
}

	#loadingbar{
	background-color:#85BB00;
	width:30px;
	height:4px;
	position:relative;
	}

#zoeker{
background-image:url("img/zoeker.png");
width:9px;
height:8px;
margin:0 auto;
position:relative;
top:-92px;
left:-199px;
}

.mainMenuLink{
width:162;
height:20px;
padding-top:5px;
padding-bottom:5px;
padding-left:3px;
display:block;
}

.mainMenuLink:hover{
background-image:url("img/mainMenuHover.png");
color:#fff;
}

.anummers{
display:none;
}

	.addSong{
	margin-left:8px;
	}

.controls{
cursor:pointer;
}