@CHARSET "UTF-8";

div#header div#kontakt {
position: absolute;
margin-top: 140px;
margin-left: 18px;
width: 300px;
min-height: 150px;
}

div#header div#kontakt div.title {
width: 145px;
height: 25px;
background:url(../images/kontakt.png) no-repeat;
}

div#header div#kontakt div.txt {
padding-top: 15px;
line-height: 170%;
}

div#header div#formularz {
position: absolute;
margin-top: 110px;
margin-left: 400px;
width: 500px;
min-height: 150px;
}

div#formularz div.input {
padding-top: 5px;
padding-bottom: 5px;
}

div#formularz FORM div.input INPUT, TEXTAREA {
width: 70%;
padding: 5px;
background-color: #ffffff;
border: 1px solid #d2d2d2;
font-size: 11px;
color: #444444;
display: block;
font-family : Tahoma, Arial, Sans-Serif;
font-size : 11px;
font-weight : normal;
color : #444444;
text-decoration : none;
}

div#formularz FORM div.input input.wyslij {
width: 155px;
height: 30px;
background:url(../images/wyslij.png) no-repeat;
border: none;
cursor : pointer;
}

div#header div#man {
position: absolute;
margin-top: 120px;
margin-left: 568px;
width: 400px;
height: 450px;
background:url(../images/man.png) no-repeat;
}

div#info {
font-weight: bold;
padding-bottom: 15px;
display: block;
}

div#error, div#error1, div#error2 {
font-weight: bold;
color: #f2a91b;
padding-bottom: 15px;
display: none;
}