#Library {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ebebeb;
	border: 1px solid #999999;
	/*margin: 10px;*/
	padding: 5px;
	width: 250px;
	position: absolute;
	top: 30px;
	left: 20px;
	/*filter:alpha(opacity=70);*/
}
#Library *{
	position: relative;
}
div.LibraryTitel {
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px dashed #999999;
}
div.LibraryEntry {
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}
#LibraryTrash {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.PlaceHolderCaption {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6E99CA;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}