.job-manager-form fieldset {
	zoom: 1;
	border: 0;
	border-bottom: 1px solid #eee;
	line-height: 2em;
	margin: 0 0 1em;
	padding: 0 0 1em;
}

.job-manager-form fieldset:after, .job-manager-form fieldset:before {
	content: "";
	display: table;
}

.job-manager-form fieldset:after {
	clear: both;
}

.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
	display: block;
	float: left;
	margin: 0;
	vertical-align: middle;
	width: 29%;
}

.job-manager-form fieldset div.field:not(.full-line-checkbox-field) {
	float: right;
	vertical-align: middle;
	width: 70%;
}

.job-manager-form fieldset .account-sign-in .button {
	margin-right: .5em;
}

.job-manager-form fieldset .account-sign-in .button:before {
	-webkit-font-smoothing: antialiased;
	*zoom: 1;
	content: "";
	display: inline-block;
	*display: inline;
	font-family: job-manager !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	height: 16px;
	margin: 0 2px 0 0;
	*overflow: auto;
	text-decoration: none;
	vertical-align: top;
	width: 16px;
}

@media screen and (max-width:782px) {
	.job-manager-form fieldset div.field:not(.full-line-checkbox-field), .job-manager-form fieldset label:not(.full-line-checkbox-field label) {
		float: none;
		width: 100%;
	}
}