#tt-sidebar {
	height: 200px;
	width: 200px;
	top: 200px;
	left: 10px;
	padding: 5px;
	position: fixed;
	background-color: grey;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#tt-sidebar p {
	display: inline;
	width: 200px;
	color: white;
}

#tt-sidebar p,#tt-sidebar input {
	font-size: 10px;
	margin: 0px;
}

