body {
	width:100%;
	height:100%;
}

#comments{
	float:right;
	width:335px;
	height:auto;
	overflow:auto;
}

#search_results{
	overflow:auto;
	float:left;
	width:600px;
}

#wmplayer_handle{
	height:20px;
	background-color:black;
	border-bottom: dotted thin blue;
}

#player_window{
}

#wmplayer{
	visibility: visible;
	position:fixed;
/*	right:0px; */
/*	z-index:199; */
	height: 68px;
	margin:0px auto;
	width:320px;
	top:0px;
	left:0px;	
}

#mp3search_form{
	clear:both;
	margin: 100px auto 10px auto;
	width: 220px;
}	

li{
	line-height: 25px;
	list-style:none;
}

#modal_form{
	/* position: absolute; */
	z-index:200;
	top:0;
	left:0;
	background-color: black;
	opacity: .33;
	filter: alpha(opacity=33);
	width:100%;
	height:100%;
	position:fixed;
}

#add_comment1{
	position: absolute;
	top:0;
	left:0;
	z-index:400;
}

#close{
	float:right;
}

.link{
	text-decoration:underline;
	color:blue;
	cursor:pointer;
}