.jobseeker_box {
	border: 1px solid #C0D4D6;
	float: left;
	background: #FFFFFF;
	margin-left: 145px;
}

.jobseeker_box .content {
	margin: 3px;
	background: #F2F7F8;
	width: 568px;
	height: 150px;
	padding-left: 15px;
	padding-right: 15px;
}

.jobseeker_box .welcome_content {
	margin-top: 7px;
}

.jobseeker_box .welcome_list {
	margin-top: 5px;
}
.jobseeker_register {
	margin-top: 10px;
}

.jobseeker_register .title {
	color: #006570;
	font-family: Georgia; 
	font-weight: bold;
	background-color: #CCE0E2;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.jobseeker_tab {
	color: #006570;
	font-family: Georgia;
	font-weight: bold;
	text-align: center;
}

/* this for education, workexperience jobseeker page */
.education_data {
	width: 100%;
}
.education_name {
	float: left;
	margin-bottom: 5px;
}

.education_edit {
	float: right;
}

.jobseeker_photo {
	border: 1px solid #37888F;
}
/* this for jobseeker_view page */
.resume_content {
}

.resume_addcontent {
	width: 100%;
}

.resume_addcontent .school {
	float: left;
	width: 200px;
}

.resume_addcontent .graduationyear {
	float: left;
	width: 150px;
}

.resume_addcontent .degree {
	float: left;
	width: 180px;
}

.resume_addcontent .gpa {
	float: left;
	width: 70px;
}

.resume_addcontent .major {
	float: left;
	width: 300px;
}

.resume_addcontent .certification_name {
	float: left;
	width: 200px;
}

.resume_addcontent .certification_year {
	float: left;
	width: 150px;
}

.resume_addcontent .yearwork {
	float: left;
	width: 180px;
}

.resume_addcontent .company {
	float: left;
	width: 240px;
}

.resume_addcontent .position {
	float: left;
	width: 240px;
}

.resume_addcontent .salary {
	float: left;
	width: 240px;
}

.resume_addcontent .availability {
	float: left;
	width: 200px;
}

.resume_title {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}

.resume_data {
	line-height: 20px;
}

.resume_edit {
	text-align: right;
	margin-top: 8px;
	margin-bottom: 8px;
} 

.resume_field {
	float: left;
	width: 150px;
}

.resume_value {
	float: left;
	width: 600px;
}


/* this for job posting popup page */
.jobseeker_standard_email {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}