/* this for employer page */


.employer_data {
	float: left;
	width: 200px;
	height: 21px;
}

.employer_result {
	float: left;
	width: 200px;
	height: 21px;
}

.title_plan {
	float: left;
	width: 250px;
}

.month_plan {
	float: left;
	width: 125px;
}

.subplan_data {
}

.data_plan {
	height: 21px;
}


/* this for applicant resume page */
.applicant_checkbox {
	float: left;
	width: 30px;
}

.applicant_firstname {
	float: left;
	width: 100px;
}

.applicant_gender {
	float: left;
	width: 70px;
}

.applicant_education {
	float: left;
	width: 180px;
}

.applicant_age {
	float: left;
	width: 50px;
	text-align: center;
}

.applicant_last_position {
	float: left;
	width: 190px;
}

.applicant_work_experience {
	float: left;
	width: 80px;
	text-align: center;
}

.applicant_location {
	float: left;
	width: 80px;
}

.applicant_phone_number {
	float: left;
	width: 120px;
}

