a:hover {
	color: red;
}
strong {
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}
label, input, .stepPart {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif
}
input {
	font-size: 13px;
	padding: 2px;
}
ul {
	padding-left: 8px;
}
.gold {
	color: #333;
	background-color: #ffcf1d;
	padding: 2px 4px 2px 4px;
}
.stepPart {
   width: 950px;
   text-align: left;
   margin: auto;
   line-height: 19px;
}
.stepFormBox {
	width: 510px;
	float: left;
}
.stepHelper {
	position: relative;
	width: 400px;
	height: 400px;
	float: left;
	background: #f6fbfe url('../../../images/shop/consumenten/activatie/stepHelper_bg.jpg');
	margin-right: 10px;
	overflow: hidden;
}
.stepHelperItem{
	display: none;
	position: absolute;
	height: 360px;
	width: 360px;
	border: 0px solid red;
	padding: 20px 20px 20px 20px;
	text-align: center;
}
.stepHelperItem p{
	text-align: left;
	margin-top: 0;
}
.stepError {
	font-weight: bold;
	color: red;
	float: left;
	display: none;
}
.stepCorrect{
	font-weight: bold;
	color: green;
	float: left;
	display: none;
}

/*CHI*/

.stepPart {
   border:1px solid #BBBDC0;
   margin-bottom:10px;
}
.stepPartHeader {
   background-color:#F0F3FA;
   border-bottom:1px solid #BBBDC0;
   padding:10px;
   font-weight:bold;
}
.stepPartSimpleHeader {
   background-color:#F0F3FA;
   border-bottom:1px solid #BBBDC0;
   padding:10px;
}
.stepFormBox {
   padding:10px;
}
.twoChars {
   width:20px;
}
.fourChars {
   width:40px;
}
.apptable {
   border-collapse: collapse;
}
.apptable td {
   padding: 4px;
}
.redText {
   color:red;
} 

