/* CSS Document 
Colors:

Groen: #004e3a;
Oranje: #f26821;
*/

.form { 
	color:black;
	
	}
	
.error { 
	color:red; 
	margin: 5px 0; 
	padding:3px 3px 3px 0;
	}

.formFields {margin: 15px 0 0 0;}
.formInspring {margin: 0 0 0 145px;}

.subFunctions {margin: 0 0 35px 0;}

.authenticationAutoRow {margin: 0 0 10px 140px;}

.authenticationBtnRow { width:450px; text-align:right; padding: 0 0 5px 0; }

.formRow {}

.textField {width:300px;}
.textField25 {width:65px;}
.textField50 {width:135px;}
.textField75 {width:221px;}
.textArea {width:300px; height: 50px;}
.textAreaResume {width:425px; height: 150px;}
.textAreaResumeBBL {width:280px; height: 60px;}
.textAreaFoundBBL {width:280px; height: 40px;}

select.jobTime {width:305px;}

label.lbl {
	color: #004e3a;	font-weight:bold;
	width:145px;
	display:block;
	float:left;
	}
	
	.searchParameters {
		margin: 10px 0 0 0;
		width:257px; 
		float:left;
		}
		.searchParameters label.lbl { width:115px; }

	 a.btnEdit,
	 a.btnEdit:link,
	 a.btnEdit:visited,
	 button.btnEdit,
	 button.btnEdit:link,
	 button.btnEdit:visited,
	 input.btnEdit,
	 input.btnEdit:link,
	 input.btnEdit:visited {
		background: #f47421;
		cursor:hand;
		border:0;
		padding: 0;
		color:white;
		font-weight:bold;
		display:block;
		width:100px;
		height:22px;
		margin: 0 2px 0 0;
		text-align:center;
		text-decoration:none;
		font-size:80%;
		float:left;
	}