/*formularz zaczyna sie tu*/
FORM {
    clear: both;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    margin-left: 0px;
    width: 237px;
    text-align: justify;
}

input.form, textarea {
    color: #403d3d;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size:13px;
    background-color: #FFFFFF;
    width: 220px;
}
input.form2 {
    color: #403d3d;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size:13px;
    background-color: #FFFFFF;
    margin-left: 15px;
    width: 50px;
}

FORM a:link, FORM a:visited, FORM a:hover  {
    font-family: Tahoma;
    font-size: 12px;
    color: #ffd200;
    margin: 0;
    padding: 0;
}

FORM a:hover {
    text-decoration: none;
}

/*formularz konczy sie tu*/
