﻿#jobApplicationTable
{
	width:640px;
}
.textInput, .textInputDisabled
{

}
.textInput input, .textInputDisabled input
{
	font-size:12px;
	/*border:1px #999999 solid;*/
	width:225px;
}
.textInputDisabled input
{
	background:#EFEFEF;
}
.labelText
{
	width:125px;
	padding:0px 5px 0px 0px;
	text-align:right;
	font-weight:bold;
}
.asterix
{
	color:#2F75B1;
}
.jobIdHeader
{
	text-align:right;
	font-weight:bold;
	color:#808080;
	
}
.jobTitleHeader
{
	text-align:left;
	font-weight:bold;
	color:#808080;
}
.jobTitleSubHeader
{
	display:none;
}
.topSpacer
{
	/*
	border:0px;
	height:1px;
	width:100%;
	border-top:1px #49A8F1 solid;
	*/
}
