.contentDiv, .contentDiv label, .contentDiv td, .contentDiv th {
    color: #525051;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.contentDiv fieldset, .contentDiv .appError {
	background-color: #FFFFFF;
	border: solid 1px #d3d3d3;
	border-radius: 5px;
	margin-bottom: 10px;
}

.contentDiv textarea {
	height: auto;
	width: auto;
	margin: auto;
}

.contentDiv input[type="checkbox"] {
	display: inline;
    float: none;
    margin: 0 5px 10px;
}

.contentDiv .sectionHeader {
	color: #525051;
    font-family: "SerifaRoman",serif;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

.contentDiv .bold, .contentDiv .bold label {
	color: #525051;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.contentDiv .listHeader {
	font-weight: bold;
	background-color: #d3d3d3;
}

.contentDiv .evenRow {
	background-color: #f2f2f2;
}

.contentDiv hr {
	border: 0;
  	border-top: 2px Solid #d3d3d3;
}

table.ojitable {
    border-width: 0 0 1px 1px;
    border-collapse: collapse;
    border-style: solid;
}

.ojitable td, .ojitable th {
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

.contentDiv .padLeft65 {
	padding-left: 65px;
}

.contentDiv .floatleft {
	float: left;
}

.contentDiv .padLeft65 p {
	max-width: 270px;
	margin: 0 20px 0 0;
}

.contentDiv .padLeft65 input {
	margin-right: 30px;
}

.verticalPad10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.empAnswer, .cmtAnswer{
	text-align: right;
}

.empAnswerLbl {
	font-weight: bold;
	margin-right: 238px;
	text-decoration: underline;
}

.cmtAnswerLbl {
	font-weight: bold;
	text-decoration: underline;
	padding-right: 73px;
}
