/* CSS Document */

body {
background: #fff;
color: #3e3ea6;
font-size: 16px;
font-family : 'Trebuchet MS',  Verdana, Helvetica, Arial;
text-align: center;
padding: 0px;
}

#site {
width: 550px;
margin-left: auto;
margin-right: auto;
}

.send {
font-size: 75%;
background: #ababbf;
color: #ebebff;
padding: 5px;
border: 1px solid #9b9bbf;
width: 120px;
}


.fieldset {
border: 1px solid #dbdbff;
padding: 30px;
text-align: left;
width: 300px;
}

#nazwisko_imie, #instytucja, #adres {
width: 280px;
}

#nazwisko_imie, #instytucja, #adres, #email, #telefon {
background: #ebebff;
border: 1px solid #9b9bbf;
margin-bottom: 15px;
padding: 5px;
}

a, a:hover {
color: #3e3ea6;
text-decoration: none;
font-weight: bold;
letter-spacing: -1px;
}

