.careerForm {
	line-height: 1.2;
}
.careerForm legend {
	color: #558A96;
	font-weight: bold;
	text-align: center;
	padding: 0 6px;
	font-size: 1.2em;
	background-color: #FFFFFF;
}
.careerForm fieldset {
	border: 1px solid #C2D8DB;
	background-image: url(../common-images/formTopBgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #F1F5F6;
	margin-bottom: 10px;
	padding: 10px;
}
.careerForm label {
	font-size: 0.9em;
}
.careerForm table {
}
.careerForm td {
	padding-bottom: 2px;
	padding-right: 6px;
}
.careerForm input {
}
.careerForm input.boxWide {
	width: 400px;
}
.careerForm input.boxNormal {
	width: 150px;
}
.careerForm input.boxPhone {
	width: 165px;
}
.careerForm input.boxList {
	width: 250px;
}
.careerForm textarea.boxTextWide {
	width: 500px;
	height: 60px;
	margin-top: 6px;
}
/*.careerForm p {
	margin: 0 1em 0 0 !important;
}*/
.careerFormTdSpace {
	padding-left: 20px;
}
.formPointerLine {
	background-image: url(../common-images/formPointerLine.gif);
	background-repeat: repeat-y;
	width: 20px;
}
.formPointerLine2 {
	background-image: url(../common-images/formPointerHrule.gif);
	background-repeat: no-repeat;
	width: 20px;
	background-position: left center;
}
.formPointerTop {
	background-image: url(../common-images/formPointerTop.gif);
	background-repeat: no-repeat;
	width: 20px;
	background-position: top left;
}
.formPointerArrow {
	background-image: url(../common-images/formPointerArrow.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 20px;
}
.formPointerTopBgrnd {
	background-image: url(../common-images/formPointerTopBgrnd.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.formPointerRuleBgrnd {
	background-image: url(../common-images/formPointerHruleBgrnd.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.required {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9900;
	font-size: 1.4em;
	padding-left: 2px;
}
