.required {
	color: red;
}


DIV.error {
	background: url(../furniture/icon_error.gif) 0px 0px no-repeat;
	padding-left: 20px;
	margin: 20px 0px 20px 0px;
}

DIV.warning {
	background: url(../furniture/icon_warning.gif) 0px 0px no-repeat;
	padding-left: 20px;
	margin: 20px 0px 20px 0px;
}

DIV.notice {
	background: url(../furniture/icon_notice.gif) 0px 0px no-repeat;
	padding-left: 20px;
	margin: 20px 0px 20px 0px;
}

a.buttonlink {
	background: transparent url(../furniture/nav_pointer.gif) no-repeat 0px 2px;
	padding-left: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 1em;
}

a.printlink {
	background: transparent url(../furniture/icon_print.gif) no-repeat 0;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	display: block;
	margin-bottom: 1em;
	line-height: 20px;
	float: right;
}

form {
	margin: 0;
	padding: 0;
}

form div.row {
	padding: 4px 5px;
	vertical-align: middle;
	clear: both;
}

form label {
	width: 45%;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

form input,
form textarea,
form select {
	width: 50%;
}

form span.auto input,
form span.auto label,
form .auto {
	width: auto !important;
	margin-right: 0.5em;
}

form fieldset div.fieldsetTopSpacer {
	height: 10px;
}

form fieldset p {
	margin-top: 0;
}

form fieldset {
	border: 1px solid #CCC;
	margin-bottom: 1em;
	padding: 7px;
}

form fieldset legend {
	font-weight: bold;
	font-size: 120%;
}

form input.button {
	width: auto !important;
	cursor: pointer;
}

table.datatable {

}

table.datatable a {
	font-weight: bold;
}

table.datatable td {
	padding: 4px 6px;
}

#vacancySearchContainer form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#vacancySearchContainer form fieldset legend {
	display: none;
}

#vacancySearchContainer form fieldset label,
#vacancySearchContainer form fieldset select {
	width: 99%;
}

#vacancySearchContainer form fieldset div.striped {
	background-color: white;
}

.smallfont {
	font-size: 90%;
}

#field_1070,
#field_1136 {
	margin-bottom: 20px;
}

/* interactive quiz */
#quiz {
border: 5px solid #ece9f2;
padding: 10px;
}
#quiz #questions, #quiz #results { display: none; }
#quiz #q1 { display: block; }
#quiz h2 {
color: #138F34;
margin: 0;
line-height: 1.35em;
}	
#quiz h2 span.highlight {
	color: #422665;
}
#quiz #questions ul {
list-style-type: none;
margin: 1em 0 9px 0;
padding: 0;
}	
#quiz #questions ul li {
	margin: 0 0 6px 0;
	padding:6px 6px;
width: 500px;
	overflow:hidden;
	background: #f2f2f2;
	}	
* html #quiz #questions ul li {
	margin: 0 0 3px 0;
	padding:3px 6px;
	}	

#quiz #questions input {
float: left;
	}	
* HTML #quiz #questions input {
		position:relative;
		top:-2px;
		left:-4px;
		margin-right:-7px;
		}	

#quiz #questions label {
float: left;
width: 470px;
	margin:2px 0 0 9px;
	cursor: pointer;
	}	
#quiz #questions .next { text-align:right; }		
#quiz #results p { display: none; }
#quiz .qstatic { margin: 0 0 18px 0; }
#quiz .qstatic h4 { margin:0 0 9px 0; }	
#quiz ol { list-style-type: lower-alpha; }

#quiz a.buttonlink {
	font-size: 120%;
}

br.clear {
	clear: both;
	height: 5px;
}
