#moveablediv {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	z-index: 10;
	border: 1px solid black;
	background-color: white;
	font-size: 12px;
	text-align: left;
}
#moveablediv button,#moveablediv  select,#moveablediv  input {
	font-size: 12px;
	margin: 0;
}
#topbar {
	background-color: blue;
	text-align: right;
	padding: 2px;
	color: white;
}
#topbar a {
	color: white;
	text-decoration: none;
	border: 1px solid white;
}