﻿.KontaktForma {
    font-family: Verdana;
    font-size: 11px;
    color: #817C7C;
}
.KontaktForma .divider {
    margin-top: 10px;
}
.KontaktForma .labelBlock {
    clear: both;
    float: left;
    padding-top: 5px;
    width: 125px;
}
.KontaktForma input, .KontaktForma textarea {
    width: 175px;

    background-image: linear-gradient(bottom , #799035 -5px, white 3px);
    background-image: -o-linear-gradient(bottom , #799035 -5px, white 3px);
    background-image: -moz-linear-gradient(bottom , #799035 -5px, white 3px);
    background-image: -webkit-linear-gradient(bottom, #799035 -5px, white 3px);
    background-image: -ms-linear-gradient(bottom , #799035 -5px, white 3px);

    border: 1px solid #C9C9C9;
    padding: 5px;
}
.KontaktForma textarea {
    height: 100px;
    margin: 0;
    width: 350px;
}
.KontaktForma .ActionPosalji {
    width: 110px;

    background-color: #799035;

    background-image: -moz-linear-gradient(bottom , #000000 -2px, #799035 4px);

    background-image: linear-gradient(bottom , #000000 -2px, #799035 4px);
    background-image: -o-linear-gradient(bottom , #000000 -2px, #799035 4px);
    background-image: -moz-linear-gradient(bottom , #000000 -2px, #799035 4px);
    background-image: -webkit-linear-gradient(bottom , #000000 -2px, #799035 4px);
    background-image: -ms-linear-gradientbottom ,  #000000 -2px, #799035 4px);

    transition: all 2s;
    -moz-transition: all 2s; /* Firefox 4 */
    -webkit-transition: all 2s; /* Safari and Chrome */
    -o-transition: all 2s; /* Opera */

    color: #FFFFFF;
    padding: 4px;
    width: 110px;
}
.KontaktForma .ActionPosalji:hover {
    background-color: #FF9000;

    background-image: linear-gradient(bottom , #990000 1px, #FF9000 3px);
    background-image: -o-linear-gradient(bottom , #990000 1px, #FF9000 3px);
    background-image: -moz-linear-gradient(bottom , #990000 1px, #FF9000 3px);
    background-image: -webkit-linear-gradient(bottom , #990000 1px, #FF9000 3px);
    background-image: -ms-linear-gradientbottom , #990000 1px, #FF9000 3px);

    color: #FFF;
}
.KontaktForma .success {
    background-color: #F0F0F0;
    border-bottom: 1px solid #B9C5B6;
    border-radius: 3px 3px 3px 3px;
    color: #0DA213;
    display: block;
    font-size: 13px;
    padding: 5px;
    text-shadow: 1px 1px 1px #DCDADA;
}
.KontaktForma .failure {
    background-color: #F0F0F0;
    border-bottom: 1px solid #AD8F8F;
    border-radius: 3px 3px 3px 3px;
    color: #CC1212;
    display: block;
    font-size: 13px;
    padding: 5px;
    text-shadow: 1px 1px 1px #DCDADA;
}
div.errorWrapper {
    clear: both;
    margin-left: 125px;
}
label.error {
    background-color: #FFE6E6;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 0 0 #FB9D9D;
    color: #FF0000;
    float: left;
    font-size: 10px;
    padding: 0 2px;
}