table.progTitle { border: gray solid 1px; background-color:	#004291; }
table.subTitle { border-top: gray solid 1px; border-left: gray solid 1px; border-right: gray solid 1px; background-color: #ffcc00; font-size: 12px}
table.borderLeftRightBottom { border-left: gray solid 1px; border-right: gray solid 1px; border-bottom: gray solid 1px; background-color: #eeeeee; }
table.borderLeftRightTop { border-left: gray solid 1px; border-right: gray solid 1px; border-top: gray solid 1px; background-color: #004291; } }
table.help { border: gray solid 1px; background-color: #FFFFCC; }
table.progInputNeu { background-color: #eeeeee; }
td.progSubTitle { color: white; background-color: #004291}
td.progSubTitle b {
	display: inline-block;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	padding: 5px 10px;
	background: #004291 !important;
	font-weight: bold;
	color: white;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
td.step { color: black;}
td.help { font-size: 11px; color: black; }
table.borderAndBackground
{
	font-size: 11px; 
	color: black; 
	background-color: #004291;
	border: gray solid 1px;
}
td.buttons 
{ 
	background-color: white; 
	border-bottom: white solid 0px;
	border-left: white solid 0px;
	border-right: white solid 0px;
	border-top: white solid 0px;
}
td.colLabelWithBottom 
{ 
	background-color: lightgrey; 
	border-bottom: gray solid 1px;
}
td.BottomBorderRadioButton
{
	border-bottom: gray solid 1px;
	background-color: transparent;
}
table.progInput { background-color: #ffffff; }
td.empty { border-top: gray solid 1px; background-color: #ffffff; }
td.BorderBottom { border-bottom: gray solid 1px; }
td.title1 { border-top: gray solid 1px; font-size: 20px; background-color: white; }
input[type="radio"]{border: none; background: #FFFFFF !important;}
.registHeader{background-color: white;}
input.button:hover{
	background-color:#004291 !important;
