

.field p{
    margin-top:5px;
    margin-bottom:2px;
    
}

.error_container{
    margin-bottom:15px;
}

.error_container .error{
    color:red;
    font-weight:normal;
    line-height:17px;
}

.text_input{
    width:250px;
}

.textarea{
    width:350px;
    height:150px;
}

.button{
    margin-top:15px;
    margin-bottom:20px;
    width:100px;
    color:#ffffff;
    background-color:#254f76;
}

span.required{
    color:red;
    font-weight:bold;
}

a.back_contact{
    font-size:14px;
    font-weight:bold;
    display:block;
    margin-top:20px;
    color:#3B678E;
    text-decoration:underline;
}

a.back_contact:hover{
    text-decoration:none;
}

a.zasebnost_link{
    color:#3B678E;
    font-weight:bold;
    text-decoration:underline;
}

a.zasebnost_link:hover{
    text-decoration:none;
}