#bookmarkContainer {
        margin-top: 1em;
        margin-right: 1em;
        text-align: right;
}
/* For debugging */
#dropMessage {
	display: none;
        
	background: white;
	position: fixed;
	left: 0; top: 0; width: 70%;
	opacity: .8; filter: alpha(opacity=80);
	z-index: 1;
}
#bookmarkLinks {
        display: none;
}
#bookmarkSource {
}
/* Hide by default */
#bookmarkUsed {
        display: none;
        position: absolute;
}
#content {
        position: relative;
}

