/* joboffer layout */
.joContainer
{
	text-align: left;
	width: 100%;
	padding: 10px 0px;
}

.joDelimiter
{
	font-size: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.joL
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-right: 4px;
	white-space: nowrap;
	width: 180px;
}

.joL2
{
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
}

.joD
{
	text-align: left;
	padding: 2px 0px;
	padding-right: 6px;
}

.joInfo
{
	color: #8F002B;
	font-size: smaller;
}

.joInfo2
{
	margin-left: 10px;
}

.joF
{
	width: 100%;
}

.joEmailF, .joAttachmentF
{
	width: 500px;
}

.joTitleIDF, .joAcademictitleIDF
{
	width: auto;
}

.joFirstnameF, .joLastnameF
{
	width: 250px;
}

.joJobApplicationF
{
	height: 200px;
}

.joCaptchaF
{
	width: 164px;
	text-align: center;
	margin: 5px 0px;
	padding: 0px;
}

.joCaptchaContainer
{
	width: 300px;
	text-align: center;
	display: inline-block;
}

.joThankyouContainer
{
	margin-top: 20px;
	text-align: left;
}

.joRequiredFieldsNotice
{
	margin-top: 20px;
	background-color: #F4F4F4;
	padding: 10px 5px;
	font-weight: bold;
	text-align: left;
}

.requiredF
{
	border: 1px solid #1F7BA5;
}






/*-----RESPONSIVE-----SMARTPHONES-----PORTRAIT AND LANDSCAPE-----*/
@media only screen and (max-width : 480px) {
	.bodyBox_responsive .mainBox_stage_1004 .joCaption																			{margin-top: 4vw; height: auto; line-height: normal;}
	
	.bodyBox_responsive .mainBox_stage_1004 .joContainer																		{display: block; margin-top: 2vw;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer tbody																	{display: block;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer tr																		{display: block;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer td																		{display: block; height: auto; padding: 0; line-height: normal;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer label																	{display: block; padding: 0; padding-top: 6vw; padding-bottom: 2vw;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer label.joInfo2															{padding-top: 2vw;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer input																	{display: block; margin: 0; width: 92vw; height: 10vw; line-height: normal;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer input[type='submit']													{width: 100%;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer select																	{display: block; margin: 0; width: 100%; height: 10vw; line-height: normal;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer textarea																{display: block; margin: 0; width: 92vw; height: 50vw; line-height: normal;}
									
	.bodyBox_responsive .mainBox_stage_1004 .joContainer .joCaptchaContainer													{width: auto;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer .joCaptchaImg															{width: 60%; height: auto; margin: 0 auto;}
	.bodyBox_responsive .mainBox_stage_1004 .joContainer .joCaptchaF 															{width: 59.5%; margin: 1vw auto;}
	
	.bodyBox_responsive .mainBox_stage_1004 .joRequiredFieldsNotice				 												{margin-top: 4vw;}
	
	.bodyBox_responsive .mainBox_stage_1004 .joThankyouContainer																{margin-top: 4vw;}
}