/*job1*/
.centered {
	position: absolute;
	width: 800px;
	height: 160px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -80px;
}
.centered h3 { margin-bottom: 20px; }
.centered .settings {
	display: none;
	margin-top: 20px;
	float: right;
}
.centered a.toggle-settings {
	display: block;
	float: right;
	cursor: pointer;
	margin: 10px 0;
	text-decoration: none;
}
.centered a.toggle-settings:hover span { text-decoration: underline; }
.centered .settings label {
	width: 170px;
	font-family: normal 'proxima' !important;
	font-size: 12px !important;
	font-weight: normal !important;
}
.centered .settings input[type="number"] {
	width: 60px;
	height: 22px;
	padding: 2px 8px !important;
	font-size: 12px;
}
.centered .settings ul {
	width: 170px;
	margin: 0 auto;
}
.centered .settings li {
	float: left;
	list-style: none;
	width: 170px;
	margin: 10px 8px;
}
.centered .settings p {
	text-align: center;
	margin: 30px auto;
}

img.logo {
	width: 300px;
	margin-bottom: 20px;
}