div.sekretarka{
    float:left;
    width: 150px;
    margin-top: 10px;
}

div.formularz{
    float:left;
    width: 400px;
    text-align:justify;
    margin-left: 20px;
    margin-top: 20px;
}

div.formularz input{
    width: 300px;
}

div.formularz textarea{
    width: 300px;
    height: 140px;
}

div.info1{
    margin-bottom: 5px;
}
div.info2{
        float:left;
        width: 100px;
        height: 30px;
}

div.info3{
        float:left;
        width: 300px;
}

div.formularz a{
 color: white;
 font-weight: bold;
 text-decoration: none;
}

div.formularz a:hover{
    text-decoration: underline;
}

div.kwiatek{
    float:left;
    width: 300px;
    height: 500px;
    background-image:url("images/kontakt-kwiat.png");
    background-repeat: no-repeat;
}

table{
        cursor: default;
}
td.info{
    font-weight:bold;
    font-size: larger;

}
