#JobEditForm label{
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

#JobAddForm textarea, #JobEditForm textarea{
	margin: 1px 1px 1px 0px;
	width: 400px;
/*	overflow: hidden;*/
	height: 60px;
	font-size: 90%;
	font-family: Verdana;
	border: 1px solid #d2a775;	
}

#JobAddForm input[type=text], #JobEditForm input[type=text]{
	height: 14px;
	border: 1px solid #d2a775;
}

#JobAddForm .submit, #JobEditForm .submit{
	text-align: right;
	margin-top: 5px;
}

#JobAddForm, #JobEditForm{
	margin-bottom: 20px;
	width: 400px;
}

#job_name, #job_number, #job_department, #job_hours, #job_location{
/*	float: left;*/
	margin-bottom: 5px;
	margin-right: 5px;
	width: 200px;
}

#job_hours{
	width: 40px;
}
