
body {
	height: 100%;
	min-height: 460px;
	overflow-x: hidden;

	font-family: Helvetica;
	color: #000;
	background: #fff;
}

.toolbar {
	position: relative;
	width: 100%;
	height: 45px;
	padding: 10px;

	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #2d3642;
	background: url(i/toolbar.png) #6d84a2 repeat-x;
}

.toolbar > h1 {
	position: absolute;
	left: 50%;

	height: 45px;
	width: 150px;
	margin: 1px 0 0 -75px;
	overflow: hidden;

	font-size: 20px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

#button {
	position: absolute;
	top: 7px;
	right: 6px;
	z-index: 1;

	width: auto;
	min-width: 18px;
	height: 30px;
	margin: 0;
	padding: 0 3px;
	overflow: hidden;

	line-height: 30px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;

	color: #fff;
	background: none;
	border-width: 0 5px;
	-webkit-border-image: url(i/button.png) 0 5 0 5;
}

#button.active {
	-webkit-border-image: url(i/button-focus.png) 0 5 0 5;
}

#icon {
	position: absolute;
	top: 7px;
	left: 12px;
	width: 24px;
	z-index: 1;

	text-align: center;
}