#utils {
	width: 100%;
	height: 50px;
	background-color: #22304f;
	border-top: 1px solid #505050;
}

#utils .container {
	width: 1024px;
	position: relative;
	padding-left: 22px;
	text-align: right;
	height: 50px;
	line-height: 50px;
}

#utils .container .button {
	font-weight: bold;
	height: 30px;
	min-width: 80px;
	padding: 2px 10px 0 10px;
	border: 1px solid #aaaaaa;
	color: #333333;
	background: #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 0px #c7c7c7;
	/* margin-left: 5px; */
	margin: 5px;
}

#utils .container .button:hover {
	background: #c7c7c7;
}

#utils .container .button:active {
	box-shadow: none;
}

#utils .container .divider {
	position: absolute;
	display: inline;
	width: 1px;
	height: 49px;
	background-color: #656f84;
}