/* CSS Document for Job Target Job Search Feature */

/* layout the boxes  */
	#keywords #state #function #jt_submit {
		margin: 15px;
		width: 390px;
	}
	/* style of text and select boxes */
	.label .jt_input {
		display: block;
		float: left;
		margin-bottom: 5px;
	}
	.jt_input {
		width: 190px;
		font-size: 13px;
	}
	.label {
		text-align: left;
		width: 70px;
		padding-right: 40px;
		font-weight: bold;
	}
	br {
		clear: left;
	}


