/* kontaktform.css */
 form .widget-submit button{
    left:0;
    position:relative;
    display:inline-block;
    margin-top:2px;
    margin-bottom:20px;
    padding:6px 30px;
    white-space:nowrap;
    background-color:#7f1500;
    border:0px;
    border-radius:50px;
    font-weight:normal;
    text-decoration:none;
    color:#fff;
    font:.95em 'Exo',Arial;
    z-index: 110;
    font-weight: 600;
    cursor: pointer
}
form .widget-submit button:hover,form .widget-submit button:active{
    background-color:#303030
}
form button.submit:hover,form button.submit:active{
    background-color:#303030
}
form textarea{
    width:100%;
    margin-bottom:20px;
    padding:7px;
    background-color:#f8f3f2;
    border:1px solid #ccc;
    color:#717171;
    font:.9em 'Exo',Arial;
    behavior:url('assets/css3pie/1.0.0/PIE.htc')
}
form select{
    width:100%;
    margin-bottom:20px;
    padding:7px;
    background-color:#f8f3f2;
    border:1px solid #ccc;
    color:#a8a8a8;
    font:.9em 'Exo',Arial;
    behavior:url('assets/css3pie/1.0.0/PIE.htc')
}
form input.text{
    width:100%;
    margin-bottom:20px;
    padding:7px;
    background-color:#f8f3f2;
    border:1px solid #ccc;
    color:#717171;
    font:.9em 'Exo',Arial;
    behavior:url('assets/css3pie/1.0.0/PIE.htc')
}
form label{
    width:100%;
    display:block;
    margin-top:5px;
    font:.9em 'Exo',Arial
}