table.interviewSection th {
	padding-bottom: 5px;
	border-bottom: solid 1px #99ABB9;
}

table.interviewSection tr.interviewHeader .interviewFirstCol {
	background-image: url(header_bar.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

table.interviewSection tr.interviewHeader .interviewMiddleCol {
	background-image: url(header_bar.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

table.interviewSection tr.interviewHeader .interviewLastCol {
	background-image: url(header_bar.gif);
	background-position: top right;
	background-repeat: no-repeat;
}


.tallybar {
	background-color: #d8dfe5;
}

.customAuthCB
{    
    float: right;
    margin-left: -10px;
    margin-right: 22px;
    margin-top: -35px;
}
.customAuthMain
{
    background-color: #E5E5E5;
    display: inline-block;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 10px;   
    width: 95.9%; 
    
    
}
.customAuthLbl
 {
    float: left;
    padding-left: 5px;
    width: 95%;
}
