
body {
    background: #F8F7F7;
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    color: #454545;
}

a, p, td {
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    line-height: 170%;
}

a {
    color: #43C0BB;
}

.reports, .reports td, .reports p {
    color: #FFF;
    background: #F55C5C;
    font-weight: bold;
    vertical-align: middle;
    padding: 3px 3px 3px 1%;
    margin: 3px 3px 3px 10px;
    height: 35px;
    line-height: 150%;
}

.reports {
    width: 98% !important;
}

.akkoord td {
    border-top: 1px #dfdfdf solid;
}

.center {
    margin: 16px auto;
    width: 650px;
    border: 1px dotted #e9e9e9;
    padding: 20px 25px 25px 25px;
    background-color: #fff;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

.center .logo {
    width: 180px;
    height: 60px;
    margin-top: 0px;
    margin-right: -6px;
    float: right;
}

.center .logo img {
    width: 180px;
}

.center h1 {
    color: #000;
    font-size: 130%;
    text-transform: uppercase;
    margin-top: 3px;
}

form {
    margin-top: 37px;
}

form button.aanvragen {
    float: right;
    color: #7a7a7a;
    text-transform: uppercase;
    border: 4px solid #fff;
    clear: both;
    font-weight: bold;
    font-size: 11px;
    padding: 8px 40px 8px 10px;
    margin-bottom: 12px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

form button.aanvragen:hover {
    background-color: #e9f8f8;
    color: #61B9B5;
}

form .control {
    position: relative;
    border: 2px solid #eaeaea;
    background-color: #fbfbfb;
    padding: 0px;
    margin: 8px 0px 14px 0;
    font-size: 14px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

form .control label {
    display: block;
    position: absolute;
    left: 12px;
    top: 0;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    padding: 6px 8px;
    width: 30%;
    background: #000;
    font-size: 11px;
    text-transform: uppercase;

    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;

    -moz-opacity: 1.00;
    -khtml-opacity: 1.00;
    filter: alpha(opacity:100);
    opacity: 1.00;

    margin: 0 0 8px 0;
}

form .control:hover label,
form .gevuld label {
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    filter: alpha(opacity:30);
    opacity: 0.30;
}

*:focus {
    outline: none;
}

input:focus, textarea:focus, select:focus {
    outline: 0 none;
}

input::-moz-focus-inner {
    border: 0;
}

.center input,
.center textarea,
.center select {
    color: #454545;
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;

    font-family: arial, tahoma, sans-serif;
    padding: 1% 8% 1% 1%;
    margin: 2px 0 2px 36%;
    font-size: 14px;

    width: 54%;
    text-indent: 5px;

    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.center input[type=file]{
    margin-top: 0;
}

.center select {
    padding: 1% 0%;
    width: 63%;
    text-indent: 0%;
}

.center select option {
    padding: 1px 3px;
}

.center textarea {
    margin-top: 10px;
}


.disclaimer {
    margin: 8px auto;
    width: 680px;
    color: #e2e0e0;
    font-size: 10px;
    margin-top: 20px;
    border-top: 1px dotted #e2e0e0;
    padding: 10px 0;
    clear: both;
}

.disclaimer:hover {
    color: #fff;
}

.voet {
    margin-top: 10px;
    float: right;
}

.voet:hover {
    color: #949494;
}

label {
    -moz-box-shadow: 1px 1px 2px #c5c5c5; /* Firefox/Mozilla */
    -webkit-box-shadow: 1px 1px 2px #c5c5c5; /*Safari/Chrome */
    box-shadow: 1px 1px 2px #c5c5c5; /* Opera & hoe het zou moeten */
    /* Voor IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#c5c5c5')";
    /* Voor IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#c5c5c5');
}