/* Table */
#FormularTable{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px;
}

/* Table Row */
#FormularTable td{
    width: 50%;
}

/* Fields */
#FormularTable input{
        border: 1px solid #9abfa2;
        height: 30px;
        width:  100%;
        padding-left: 5px;
}

/* Fields hover */
#FormularTable input:hover{
        background-color: #9abfa2;
}

/* Message Box*/
#FormularTable textarea{
        width: 100%;
        margin-left: 0;
        height: 110px;
        border: 1px solid #9abfa2;
}

/* Button */
#Senden {
        background-color: #9abfa2;
        -webkit-appearance: button;
        cursor: pointer;
}

#Senden:hover{
        color: #fff;
}