/* Employer side. */
div.employer div.context_menu div.copy_as_new_job {
	display: none;
}

table.job_templates_form td span {
	float: left;
	margin-top: 4px;
	margin-left: 7px;
	font-weight: bold;
	margin-right: 97px;
	font-size: 15px;
}

/* Recruitment plan styles. */
div.employer div.em-project-form select {
	width: 314px;
}

/* Recruitment plan. */
div.em-project-form textarea {
	width: 380px;
	height: 150px;
}

html.html-applicant,
html.html-other-cover {
	background: #FFF url(../logos/vrgroup-applicant-bg.jpg) no-repeat;
	background-size: cover; /* or use background-size: 100%; if you do not want to fill the whole screen vertically & horizontally */
	background-attachment: fixed;
}