td.mandatory-nobb {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.mandatoryerror-nobb {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F00;
}
td.answer {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5E5E5;
}
td.optional {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5E5E5;
}
td.mandatory {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5E5E5;
}
td.mandatoryerror {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5E5E5;
	color: #F00;
}
td.optionalerror {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5E5E5;
	color: #F00;
}
.clDescriptionCont {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	visibility: hidden;
	z-index: 200;
	color: #999;
	height: 100px;
	background: url(../images/help-bg.gif) no-repeat;
	padding: 20px 20px 20px 10px;
}
.clDescription {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	z-index: 200;
	color: #999;
	height: 100px;
	vertical-align: top;
	background: url(../images/help-bg.gif) no-repeat;
	padding: 20px 20px 20px 10px;
}
table.error {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #F00;
}
td.error {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	padding: 5px;
}
table.tip {
	border: 2px solid #1F61A9;
	background: #E7EAED;
}
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
	background: lightyellow;
}
#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
.boldbox {
	font-weight: bold;
}