@import url(jobs.css);

#timelimit p {
	font-size: medium;
	padding: 0;
	background: none;
}

#timelimit p.left {
	float: left;
	display: inline;
	font-size: .7em;
}

#timelimit p.right {
	float: right;
	width: 200px;
}

#timelimit input,
#timelimit label {
	display: inline;
	float: none;
	width: auto;
	border-style: none;
	background: none;
}

#timelimit label {
	margin-right: 6px;
}

#f1 small {
	font-style: italic;
	color: #666;
}