/*job3*/
.centered {
	position: absolute;
	width: 800px;
	height: 160px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -80px;
}
.centered textarea {
	resize: vertical;
	max-height: 240px;
	font-size: 1em;
}
.centered p.textarea-info {
	color: black;
	float: right !important;
	margin: 6px 14px 6px 0;
}
.centered .submit button { padding: 6px 100px !important; }
.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: 0px 0 6px 0;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.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;
}