.zend_form {
    margin-top: 20px;
    font-weight: bold;
}

.errors {
    font-size: 12px;
    margin: 5px;
    list-style: none;
    color: #AA0606;
}

.error {
    font-size: 18px;
    margin: 10px;
    list-style: none;
    color: #AA0606;
    font-weight: bold;
}

.success  {
    font-size: 18px;
    margin: 40px 10px 0 10px;
    list-style: none;
    color: #265023;
    font-weight: bold;
}

.messages {
    margin: 20px;
}

.form-element {
    margin: 0 0 15px 130px;
}

.form-label{
    font-size: 13px;
    float: left
}

#anrede-label {
    width: 110px;
    float: left;
}

.form-element textarea {
    height: 25px;
    width: 220px;
    border: 1px solid grey;
    border-radius: 5px 5px 5px 5px;
}

input[type=text] {
    height: 25px;
    width: 220px;
    border: 1px solid grey;
    border-radius: 5px 5px 5px 5px;
}


.form_element input {
    margin-left: 100px;
}

.zend_form textarea {
    margin-top: 0px;
    width: 500px;
    height: 120px;
}

.zend_form #submit{
    background: none repeat scroll 0 0 #312a25;
    border-radius: 5px 5px 5px 5px;
    border-color: #312a25;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 7px;
    text-decoration: none;
    width: 170px;
}
input[type=submit] {
    background: -moz-linear-gradient(center top , #766747 0%, #4b433d 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(118, 103, 71)), color-stop(100%, rgb(75, 67, 61)));
    background: -webkit-linear-gradient(top, rgb(118, 103, 71) 0%, rgb(75, 67, 61) 100%);
    background: -o-linear-gradient(top, rgb(118, 103, 71) 0%, rgb(75, 67, 61) 100%);
    background: -ms-linear-gradient(top, rgb(118, 103, 71) 0%, rgb(75, 67, 61) 100%);
    background: linear-gradient(to bottom, rgb(118, 103, 71) 0%, rgb(75, 67, 61) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55c8e8', endColorstr='#009fe3',GradientType=0 );
    border: 1px solid #766747;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    padding: 0 15px;
    margin-top: 20px;
}

input[type=submit]:hover {
    background: rgb(75, 67, 61) !important;
    background: -moz-linear-gradient(top, rgb(75, 67, 61) 0%, rgb(118, 103, 71) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(75, 67, 61)), color-stop(100%, rgb(118, 103, 71))) !important;
    background: -webkit-linear-gradient(top, rgb(75, 67, 61) 0%, rgb(118, 103, 71) 100%) !important;
    background: -o-linear-gradient(top, rgb(75, 67, 61) 0%, rgb(118, 103, 71) 100%) !important;
    background: -ms-linear-gradient(top, rgb(75, 67, 61) 0%, rgb(118, 103, 71) 100%) !important;
    background: linear-gradient(to bottom, rgb(75, 67, 61) 0%, rgb(118, 103, 71) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fb4e7', endColorstr='#a9e4f7',GradientType=0 ) !important;
}

input:not([type=radio]):focus, select:focus, textarea:focus {
    box-shadow: 0 0 5px #4b433d;
}
