#TopSteps {
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:#dddddd 2px dotted;
}

#TopSteps .StepTitle, #TopSteps .StepTitleActive {
    float:left;
}

#TopSteps .StepNext {
    float:left;
    margin-top:4px;
    margin-left:10px;
    margin-right:10px;
}

#TopSteps .StepTitle a {
    color:#ddd;
}

#TopSteps .StepTitleActive a {
    color:#102b8b;
}

#Steps table th {
    color:#333333;
    text-align:left;
    width: 150px;
    font-weight:normal;
}
#Steps table td.bottom {
    vertical-align:bottom;
}

#Steps input, #Steps select {
    border:#dddddd 1px solid;
    height:16px;
    line-height:16px;
    width:350px;
    font-family:Helvetica;
    font-size:11px;
    line-height:18px;
}

#Steps input.input {
    width:auto;
    border:0px;
}

#Steps input.postcode {
    width:38px;
}

#Steps input.Huisnummer {
    width:196px;
}

#Steps input.HuisnummerToevoeging {
    margin-left:5px;
    width:45px;
}

#Steps input.dag, #Steps input.maand {
    width:16px;
}
#Steps input.jaar {
    width:25px;
}

#Steps input.Btn {
    height:20px;
    width:254px;
    color:#102b8b;
    border:#102b8b 1px solid;
    background-color:#f3f4f9;
}

#Steps input.BtnPrevious, #Steps input.BtnNext {
    height:20px;
    width:125px;
    color:#102b8b;
    border:#102b8b 1px solid;
    background-color:#f3f4f9;
}

#Steps input.BtnPrevious {
    margin-right:1px;
}

#Steps select {
    width:350px;
    height:20px;
}

#Steps textarea.text {
    width:250px;
    border:#dddddd 1px solid;
    height:100px;
    font-family:Helvetica;
    font-size:11px;
}

.StepTitle a {
    color:#102b8b;
    font-weight:bold;
    text-decoration:none;
}

.StepText {
    margin-top:15px;
    margin-bottom:10px;
}

.StepDetail, .StepDetailOpen {
    display:none;
    margin-bottom:10px;
    margin-top:10px;
}

.StepDetailOpen {
    display:block;
}

#Step1, #Step2, #Step3, #Step4, #Step5 {
    display:none;
}

.StepText {
    padding-left:15px;

}
