
.headerGraphic {
	background-image: url(../../images/surveyimages/hr/hr_logo.jpg);
	background-repeat: no-repeat;
	width: 100%;
	border: none;
}

.image {
	height: 150px;
	width: 100%;
}

/* title - extra large normal font */
.surveyTitle {
	font-family: "Arial", Arial, Helvetica, sans-serif, mono;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #16125F;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
/* subtitle - bold normal font */
.surveySubtitle {
	font-family: "Arial", Arial, Helvetica, sans-serif, mono;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #16125F;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
/* information below subtitle - normal font */
.addInfo {
	font-family: "Arial", Arial, Helvetica, sans-serif, mono;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #16125F;
	text-align: justify;
	width: 100%;
}
.message {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	width: 100%;
}
.reqQuestion {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
/* main table (bordering the question boxes) - white */
.mainTable {
	padding: 0;
	width: 100%;
	border: 0;
}
body {
	color: #16125F;
	margin: 0px;
}
/* bars between question boxes - white */
.preQuestionBorder {
	width: 100%;
	height: 8px;
}
/* outer borders, surrounding each question and answer */
.qnOuterTable {
	width: 100%;
	border: none;
	border: 2px solid #16125F;
}
/* inner borders - surrounding boxes inside question boxes - burgundy, thick */
.qnInnerTable {
	width: 100%;
	background-color: #16125F;
}
/* number cell box - extra large bold white number inside a black box */
.qnInnerTd {
	background-color: #16125F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	width: 35px;
	vertical-align: text-top;
}
/* question box color */
.qnInner {
	background-color: #CEE1FF;
	height: 35px;
	vertical-align: middle;
	color: #16125F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/* answer box  - white, normal black font */
.qnType {
	background-color: #FFFFFF;
	vertical-align: middle;
	color: #16125F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thankHead {
/* completion page font - large black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
}
.thankBody {
/* completion page body font - normal black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.returnLink {
/* completion page link font - small burgundy */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	text-decoration: underline;
}
/* textbox and radio button colors - black answers in white boxes */
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	color: #16125F;
}

.login {
    float: left;
}

.login form {
    width: 700px;
}

div.row {
    clear: both;
    padding-top: 10px;
}

div.row label {
    float: left;
    padding-right: 5px;
    width: 100px;
    text-align: right;
}

