.title {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 700;
	
	margin-bottom: 10px;
	
	color: #0a1d86;
}

.text {
	margin-bottom: 20px;
}

.job_form {
	position: relative;
	top: 0px;
	left: 0px;
	width: 560px;
	height: auto;
	
	padding: 20px;
	
	margin:20px 0;
	
	background: #dcdcdc;
	
	-webkit-border-radius: 6px 6px 6px 6px;
  	border-radius: 6px 6px 6px 6px;
	-webkit-background-clip: padding-box; background-clip: padding-box;
	
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
}
	
	.job_form div { margin:14px 0; }
	
	.job_label {
		position:relative;
	}
	
	.job_input {
		position:relative;
		width: 338px;
		height: 12px;;
	}
	
	.job_check {
		position:relative;
	}
	
	.job_form #field1 { position: absolute; left: 162px; width: 418px; }
	.job_form #field2 { position: absolute; left: 162px; width: 418px; }
	.job_form #field3 { position: absolute; left: 162px; width: 418px; }
	.job_form #field4 { position: absolute; left: 162px; width: 418px; }
	.job_form #field5 { position: absolute; left: 162px; width: 418px; }
	.job_form #select1 { margin-left:0px; width: 255px; height: 24px;; }
	.job_form #chk1 { top:-2px; }


.job_error {
	color: #F00;
	font-weight:bold;
	text-decoration:underline;
}


#job_invia {
	position: relative;
	top: 0px;
	left: 385px;
	
	cursor:pointer;
}


.inactive {
	filter:alpha(opacity=50);
	opacity:0.5;
	
	cursor: text;
}



.job_informativa {
	position: relative;
	width: 600px;
	height: auto;
	
	font-size: 11px;
	
	
	text-align: justify;
	
	margin: 20px 0;
}

#btt_menu_lavoraconnoi .menu_link { color:#ffe400; }