.navbar, .button {
	margin: 2px 0 0 0;
	padding: 0 2px 0 2px;
	background-repeat: repeat-x;
	background-image: linear-gradient(top, #E6EFFE 0%, #BDD4F3 60%);
	background-image: -o-linear-gradient(top, #E6EFFE 0%, #BDD4F3 60%);
	background-image: -moz-linear-gradient(top, #E6EFFE 0%, #BDD4F3 60%);
	background-image: -webkit-linear-gradient(top, #E6EFFE 0%, #BDD4F3 60%);
	background-image: -ms-linear-gradient(top, #E6EFFE 0%, #BDD4F3 60%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #E6EFFE),
		color-stop(0.6, #BDD4F3)
	);
}
.navbar {
	height: 100%;

}
a.button {
	border: 1px solid #6D8CCF; margin-right: 4px;
	color: black;
}
a.button:hover {
	border-style: outset;
}
#vip_menu div {
	display: inline;
}
a.logout {
	background: url(close.png) no-repeat center center;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px;
	overflow: hidden;
	font-size: 0;
}