.menubar {
	width: 750px;
	height: 1.6em;
	background-color: #66C;
	margin: 10px auto;
	color: #fff;
	padding-top; 0.2em;
}

.menubar form {
	display: inline;
}

.menubar label {
	font: 600 12px arial verdana sans-sherif;
	margin-left: 5px;
}

.menubar input { 
	font: 600 12px arial verdana sans-sherif;
	height: 1em;
	margin-top: .25em;
}

.menubar a {
	text-decoration: none;
	color: white;
	margin: 0 5px;
	font: 600 14px arial verdana sans-sherif;
}

.menubar a:hover {
	color: #F90;
}

#username, #password {
	width: 100px;
}

.btn {
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	background-color:#D9D9F2;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #66C;
	margin: 0 5px;
	border-color: white #333 #333 white;
	height: 1.5em !important;
}

input.btn:active {
	border-color: #848484 white white #848484;
}

@media screen {
	.print_impr {
		display: none;
	}
}

@media print {
	.print_impr {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
}
