﻿/* Buttons
---------------------*/
.volgende-button
{
    width: 157px;
    height: 60px;
    display: inline-block;
    background: url(img/volgende-button.gif) no-repeat left top;
}
.aanmelden-button
{
    width: 156px;
    height: 60px;
    display: inline-block;
    background: url(img/aanmelden-button.gif) no-repeat left top;
}

.highlighted
{
    color: #4987c8;
}
.dark-text
{
    color: #333;
}

.eon-form
{
    font-size: 11px;
    color: #666;
}
.eon-form .desc-column
{
    width: 400px;
    float: left;
    display: inline;
    overflow: hidden;
}
.eon-form .desc-column .desc-title
{
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 6px 18px 5px;
    color: #333;
}
.desc-column .product-summary
{
    width: 402px;
}
.desc-column .product-summary .summary-header
{
    padding: 25px 22px 15px;
    height: 38px;
    line-height: 1.5em;
    font-size: 13px;
    color: #333;
    border-bottom: #e5e6e7 1px solid;
    background: url(img/form-product-summary.gif) no-repeat left top;
}
.desc-column .product-summary .product-choices
{
    margin: 0;
    padding: 0;
    color: #333;
    list-style: none;
    list-style-image: none;
}
.desc-column .product-summary .product-choices li
{
    font-weight: normal;
    text-align: left;
    padding-left: 19px;
    border-bottom: #e5e6e7 1px solid;
    border-left: #e5e6e7 3px solid;
    height: 27px;
    line-height: 27px;
}
.desc-column .product-summary .product-summary-footer
{
    height: 60px;
    background: url(img/form-product-summary.gif) no-repeat left bottom;
}
.product-ad-block
{
    clear: both;
    margin-top: 23px;
    width: 320px;
    height: 350px;
    line-height: 1.5em;
    padding-left: 22px;
    padding-top: 26px;
    padding-right: 60px;
    background: url(img/form-ad-block-bg.jpg) no-repeat left top;
}
.product-ad-block .product-ad-block-desc
{
    color: #333;
    font-size: 13px;
}
.product-ad-block ul
{
    margin: 0;
    margin-top: 24px;
    padding: 0;
    list-style: none;
    list-style-image: none;
    line-height: 1.65em;
    width: 200px;
}
.product-ad-block ul li
{
    padding-left: 25px;
    margin-bottom: 18px;
    background: url(img/tick-blue.gif) no-repeat left 4px;
}

.eon-form .form-column
{
    width: 583px;
    float: left;
    display: inline;
}
.eon-form .form-steps
{
    margin: 0;
    padding: 0 5px;
    height: 60px;
    text-align: center;
    list-style: none;
    font-size: 12px;
    background: url(img/form-steps-container.gif) no-repeat left top;
}
.eon-form .form-steps li
{
    float: left;
    display: inline;
}
.eon-form .form-step
{
    height: 60px;
    background: url(img/form-step-bg.gif) no-repeat right top;
}
.eon-form .form-last-step
{
    background-position: left top;
}
.eon-form .form-step .form-step-main
{
    padding-top: 13px;
    height: 32px;
}
.eon-form .form-step .step-bottom
{
    height: 15px;
}
.eon-form .form-step .step-icon
{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}
.eon-form .form-step-1 .step-icon
{
    background: url(img/form-step-1-icon.gif) no-repeat left top;
}
.eon-form .form-step-2 .step-icon
{
    background: url(img/form-step-2-icon.gif) no-repeat left top;
}
.eon-form .form-step-3 .step-icon
{
    background: url(img/form-step-3-icon.gif) no-repeat left top;
}
.eon-form .form-step-active
{
    color: #f21c0a;
}
.eon-form .form-step-active .step-icon
{
    background-position: left -18px;
}
.eon-form .form-step-active .step-bottom
{
    background: url(img/form-step-bottom-arrow.gif) no-repeat center top;
}
.eon-form .form-step-done .step-icon
{
    background-position: left -54px;
}
.eon-form .form-step .step-title
{
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.form-container
{
    width: 554px;
    margin-left: -21px;
    padding-left: 52px;
    padding-top: 10px;
    background: url(img/form-container-bg.png) no-repeat left -10px;
}
.form-container .form-bottom
{
    width: 583px;
    height: 10px;
    margin-left: -31px;
    background: url(img/form-container-bottom.png) no-repeat left bottom;
}
.form-container .form-intro
{
    color: #333;
    font-size: 13px;
    padding: 6px 10px 12px;
}
.form-body
{
    position: relative;
    padding-top: 18px;
    margin-top: 2px;
    margin-bottom: 10px;
    background: url(img/form-body-bg.gif) no-repeat left top;
    zoom: 1;
}
.form-body a
{
    color: #4987C8;
    text-decoration: none;
}
.form-body a:hover
{
    text-decoration: underline;
}
.form-body p
{
    margin-top: 0;
    margin-bottom: 15px;
}
.form-body p em
{
    color: #999;
    font-style: normal;
}
.form-body .form-body-bottom
{
    clear: both;
    width: 371px;
    height: 18px;
    background: url(img/form-body-bottom.gif) no-repeat left bottom;
}
.error-form-body
{
    background-image: url(img/form-body-bg-error.gif);
}
.error-form-body .form-body-bottom
{
    background-image: url(img/form-body-bottom-error.gif);
}
.form-body .form-section-title
{
    clear: both;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.form-body dl
{
    margin: 0;
    padding: 0;
}
.form-body dl dt
{
    float: left;
    display: inline;
    position: relative;
    width: 150px;
    margin: 14px 0;
    padding: 0;
    line-height: 1.5em;
    clear: left;
}
.form-body dl dd
{
    float: left;
    display: inline;
    width: 400px;
    margin: 14px 0;
    min-height: 35px;
    padding: 0;
    position: relative;
}
.form-body .active-dd
{
    background: url(img/form-row-active.gif) no-repeat 203px -5px;
}
.error-form-body .active-dd,
.form-body .error-dd
{
    background: url(img/form-row-error.gif) no-repeat 202px -4px;
}
/* TextBox */
.textbox
{
    width: 182px;
    height: 31px;
    display: inline-block;
    background: url(img/form-textbox-left.gif) no-repeat left top;
}
.textbox
{
    display: inline\9;
    margin-right: 4px\9;
}
.textbox .textbox-body
{
    margin-left: 2px;
    height: 31px;
    background: url(img/form-textbox-right.gif) no-repeat right top;
    margin-left: 1px\9;
}
.textbox .textbox-body input
{
    border: none;
    border-width: 0;
    margin: 1px;
    margin-left: 2px;
    width: 173px;
    height: 25px;
    line-height: 25px;
    width: 170px\9;
}
.active-textbox
{
    width: 182px;
    height: 33px;
    display: inline-block;
    background: url(img/form-textbox-active-left.gif) no-repeat left top;
}
.active-textbox
{
    display: inline\9;
    margin-right: 4px\9;
}
.active-textbox .textbox-body
{
    height: 33px;
    margin-left: 4px;
    background: url(img/form-textbox-active-right.gif) no-repeat right top;
    margin-left: 3px\9;
}
.active-textbox .textbox-body input
{
    border: none;
    border-width: 0;
    width: 172px;
    height: 25px;
    line-height: 25px;
    margin-top: 2px;
    width: 169px\9;
}
.error-textbox
{
    width: 182px;
    height: 33px;
    display: inline-block;
    background: url(img/form-textbox-error-left.gif) no-repeat left top;
}
.error-textbox .textbox-body
{
    height: 33px;
    margin-left: 4px;
    background: url(img/form-textbox-error-right.gif) no-repeat right top;
    margin-left: 3px\9;
}
.error-textbox .textbox-body input
{
    border: none;
    border-width: 0;
    width: 172px;
    height: 25px;
    line-height: 25px;
    margin-top: 2px;
    width: 169px\9;
}
.postcode-part1-textbox
{
    width: 122px;
    position: absolute;
    left: 0;
    top: 0;
}
.postcode-part1-textbox .textbox-body input
{
    width: 110px;
}
.postcode-part2-textbox
{
    width: 45px;
    position: absolute;
    left: 126px;
    top: 0;
}
.postcode-part2-textbox .textbox-body input
{
    width: 34px;
}
.house-number-part1-textbox
{
    width: 52px;
    position: absolute;
    left: 0;
    top: 0;
}
.house-number-part1-textbox .textbox-body input
{
    width: 41px;
}
.house-number-part2
{
    position: absolute;
    left: 58px;
    top: 0;
}
.house-number-part2 label
{
    position: absolute;
    top: 5px;
    left: 0;
}
.house-number-part2-textbox
{
    width: 45px;
    position: absolute;
    top: 0;
    left: 70px;
}
.house-number-part2-textbox .textbox-body input
{
    width: 34px;
}

.form-input-hint, .form-error-msg, .form-dd-hint, .form-dd-error-msg
{
    display: none;
    color: #4987c8;
    width: 145px;
    line-height: 1.3em;
    position: absolute;
    left: 240px;
    top: 0;
}
.form-body .active-dd .form-dd-hint,
.form-body .active-dd .active-textbox .form-input-hint
{
    display: block;
}
.form-body .error-dd
{
    margin: 13px auto;
}
.form-body .error-dd .form-dd-error-msg,
.form-body .error-dd .error-textbox .form-error-msg
{
    display: block;
    color: #f21c0a;
}
.form-body .error-dd .active-textbox .form-input-hint,
.form-body .error-dd .form-dd-hint
{
    display: none;
}
.form-body .house-number-part2-textbox .form-input-hint,
.form-body .house-number-part2-textbox .form-error-msg
{
    left: 112px;
}
.form-body select
{
    width: 182px;
}
.form-container .form-actions .form-bottom-summary
{
    float: left;
    display: inline-block;
    width: 370px;
    padding-right: 10px;
    text-align: right;
    height: 35px;
    padding-top: 23px;
}
.form-body .form-error-summary
{
    display: none;
    position: absolute;
    top: 0;
    left: 385px;
    width: 151px;
    padding-top: 9px;
    background: #f21c0a url(img/form-error-summary.png) no-repeat left top;
}
.form-body .form-error-summary .summary-content
{
    padding: 0 5px;
    color: White;
    line-height: 1.4em;
}
.form-body .form-error-summary .summary-bottom
{
    height: 9px;
    background: url(img/form-error-summary-bottom.png) no-repeat left bottom;
}
.error-form-body .form-error-summary
{
    display: block;
}

.form-body .control-section 
{
    width: 360px;
    line-height: 1.4em;
}
.form-body .control-section .control-section-title
{
    margin: 0;
    margin-bottom: 5px;
    padding: 4px 0;
    font-size: 11px;
    color: #333;
    border-bottom: #d1d3d5 1px solid;
}
.form-body .control-section .control-section-title a
{
    float: right;
    color: #4987c8;
    text-decoration: none;
}
.form-body .control-section .control-section-title a:hover
{
    text-decoration: underline;
}
.form-body .agree-term-dl
{
    line-height: 1.4em;
    padding-top: 20px;
}
.form-body .agree-term-dl .active-dd
{
    background-position: 353px -5px;
}
.form-body .agree-term-dl .form-dd-error-msg,
.form-body .agree-term-dl .form-dd-hint
{
    left: 390px;
}
.form-body .agree-term-dl dt
{
    display: none;
}
.form-body .agree-term-dl .agree-term-item 
{
    position: relative;
}
.form-body .agree-term-dl .agree-term-item 
{
    margin-bottom: 10px;
}
.form-body .agree-term-dl .agree-term-item input
{
    position: absolute;
    top: -2px;
    left: 0;
}
.form-body .agree-term-dl .agree-term-item label
{
    display: block;
    margin-left: 30px;
    width: 320px;
}
.form-body .agree-term-dl .error-dd
{
    background-position: 352px -4px;
}

/* Thank You */
.form-thankyou
{
    margin-right: 30px;
    line-height: 1.5em;
    color: #333;
}
.form-thankyou p
{
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}
.form-thankyou .form-thankyou-title
{
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.form-thankyou .form-thankyou-subtitle
{
    font-size: 13px;
    padding-bottom: 20px;
}
.form-thankyou-block
{
    width: 384px;
    height: 208px;
    padding-top: 20px;
    padding-left: 18px;
    margin-top: 44px;
    font-size: 13px;
    background: url(img/form-thankyou-block.gif) no-repeat left top;
}
.form-thankyou-block .title
{
    color: #f21c0a !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}